Adding Conditions to Tulip Triggers

Hello Team,

As a newcomer to Tulip, I’m currently in the learning phase. I have a question regarding triggers. Specifically, I’d like to add a new condition to a trigger that validates whether the previous step has been executed when the user clicks “Next.” This is to prevent accidental execution of skipped steps when users switch to different stages.

I appreciate any suggestions or solutions you can provide.

Thank you!

Best regards,
Mani

Hi @mkalimuthu, this is a great question.

The easiest solution here is to use a boolean variable that changes from FALSE to TRUE when your desired step is completed. You can then write logic in your trigger that looks at the status of that variable, and routes to specific steps depending on the result.

Let me know if this makes sense!

1 Like