03-11-2021 01:20 AM
A bit of a long shot question but.... is it possible to set a variable that can be used as a label for the Goto step?
03-11-2021 01:37 AM
No - a label has to be a static value.
If you try to validate your script with a go-to to a label that doesn't exist, the validation will fail - So static values for labels.
Hope that helps
Best regards
Thomas
03-11-2021 02:48 AM
03-11-2021 07:28 AM
...try using a Switch palette item. Evaluate your variable and then use the "GoTo" in output path of the Switch function to alter your desired path.
Hope this helps.
-Sean
03-12-2021 12:31 AM
03-12-2021 08:20 AM
Yup. There are probably 101 different ways to evaluate a variable... Everyone writes their code differently. This is probably the method I would use...
Best wishes,
Sean
03-21-2021 03:16 PM
You can use a variable to call another script (call subflow). You would have to work out how to pass data back and forth between the calling script and the subflow, but that could be a possible path.
03-22-2021 01:32 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide