The Data Workflow component lets Creators build complex logic and transform data in an application. Because of its flexibility, configuration issues can occur.
The Build Agent can help diagnose Data Workflow issues quickly. Describe the unexpected behavior in the agent chat before working through the steps below.
Apply the investigate, isolate, and terminate approach when troubleshooting a Data Workflow. For a full explanation of each step, see Troubleshooting Unqork Applications.
Isolating Data Workflow Issues
When narrowing down the cause of a Data Workflow error, begin with these questions:
Is the Data Workflow running?
The Data Workflow must be triggered to run. When the trigger type is set to Watch, it triggers automatically. If set to Manual, it must be triggered manually; a Button component can serve as the trigger.
Do all required inputs have non-zero values?
Zero-value inputs are one of the more common pitfalls in Data Workflows. Inspect the Data Workflow's DevTools Console. If a circular reference error is present, it displays after triggering.
Are the expected input values visible in the DevTools Console when the Data Workflow is triggered?
Attach Console operators to each Data Workflow operator, beginning with the inputs and working toward the outputs, to pinpoint where the issue occurs.
The isolation process can take time. Taking a break or talking through the issue with a teammate can help.
Changelog
Date | Change |
|---|---|
2026-07-16 | Initial publication. |