Reply To: How to get custom event as exec

Forums 💬 FlowCanvas ⚙️ Support How to get custom event as exec Reply To: How to get custom event as exec

#12039
Gavalakis
Keymaster

    Hello there,

    You can call an event with the “Send Event” node ( you will need to set the name of the event in that node to be the same of course).

    Another way to make similar flow “jumps”, is to use the GOTO nodes. With the GOTO, you first need to create a “GOTO Label Definition” (and give it a name), and then use the “GOTO (‘name here’)” node (which will appear in the menu only once after you have a “GOTO Label Definition” in your flowscript.

    Let me know if these work for you.

    Thanks.