Guides
Testing Flows
Use staging and debug steps to confirm your flow works before production.
The safest way to test a flow is to publish it to staging first.
A reliable testing routine
- Publish to staging.
- Trigger the event you care about.
- Watch the staging UI.
- Confirm the trigger fired.
- Confirm the downstream node values look right.
- Only then publish to production.
Useful nodes while testing
- Debug / Log to inspect values
- Transform to make payloads easier to read
- If to make decisions visible in separate branches
What to watch out for
- A flow can be correct while a vendor script still delays its own network call.
- If held events are active, normal events may queue until the blocker is released.
- If you expect a built-in trigger, make sure the application trigger setting is enabled.