Goto
Looking to streamline your workflow with Flexito? Learn how to efficiently navigate between steps and sub-flows using the 'goto' property. This guide will show you how to enhance your automation processes by directing actions precisely where you need them. The 'goto' property in
Listen to an audio overview
A short, AI-generated podcast-style summary of this article.
Looking to streamline your workflow with Flexito? Learn how to efficiently navigate between steps and sub-flows using the 'goto' property. This guide will show you how to enhance your automation processes by directing actions precisely where you need them.
The 'goto' property in the server response is not mandatory.
Navigating to a Step or Sub-Flow
To navigate to a specific step or sub-flow, use the following response format:
{ "version": "v1", "content": { "goto": "SOMETHING" } }
You have the option to navigate to:
Goto | SOMETHING = | e.g. |
|---|---|---|
A step | step name (unique) | Welcome |
A step | node_ns | f244n7831 |
A sub flow | sub_flow_ns | f244s1032 |
Retrieving the sub_flow_ns
To locate a sub-flow, follow steps 1 and 2 as shown in the screenshot below:
Retrieving the node_ns
Choose a step, click on "Copy Ref Url for this step," and paste it somewhere. This will reveal the node_ns for the selected step:

