Hi! I created a custom event in the flow script. Now I want to access this event in the same flow script as execution node so I can call it in the any event inside of this flow script. I’m still beginner and trying to understand how is this working in this plugin. Thank you in advance!
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.