Workflow branch

How can I make my workflow branch based on a condition

Use the IF NODE. You have to set up a condition like {{$ json(“status” === “success” }}

and it’ll split the flow depending on whether it’s true or false . It’s great for adding logic like “if payment succeeded,send email, else log error

3 Likes

If you need more that two branches, use the switch node.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.