Workflow auto progress to next conversation node?
# support
j
Platform: mac chrome browser I'm trying to auto progress from one conversation node to the next after a script is read (no listening). Clicking on connector node (line with arrow) only a condition box with blank text field is available (no triggers or structured options). What is the exact syntax to auto progress it. I've tried leaving it blank, writing (True, true) — nothing has worked.
v
To auto-progress to the next conversation node after a script is read (with no user input), leave the condition field on the connecting edge completely blank. This will trigger automatic progression to the next node after the current one finishes. Example: - Click the connector (arrow/line) between nodes. - In the condition box, make sure it is empty (no text at all). - Click Save. If this does not work, it may be a workflow or platform issue rather than a syntax problem. Reference: [Vapi Workflows Quickstart](https://docs.vapi.ai/workflows/quickstart#remove-the-edge-condition) Source: - [Vapi Workflows Quickstart](https://docs.vapi.ai/workflows/quickstart#remove-the-edge-condition)
j
I've left it blank, but it hangs until I give a verbal response
k
Add a Condition node after the “Say” step, leave it empty, then set the outgoing connector’s Logic expression to true, this ensures it always advances without waiting..