cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
481
Views
0
Helpful
1
Replies

Call A sub flow with a variable name?

I can just try it and find out, but it is always nice to learn what others have experienced!    I want to call a sub flow, the name of it is going to change based on a dynamic circumstance.   We use a single script that retrieves parameters like the name of the CSQ from an XML document.   I want that document to also pull in a name that can be used to call a sub flow.  If the script plays a Menu, for example, the menu that is actually played will be based on the value of the CSQ name returned when the trigger indexes the XML options file.   The routine will always be the same, but the name of the menu file that is played will change.   so can you say "call sub flow CSQName.aef"  where the CSQName is a variable?

 

1 Accepted Solution

Accepted Solutions

Samuel Womack
Level 5
Level 5

Yes it would look something like the Following:

SCRIPT[CSQName+".aef"]

Where CSQName is a String Type and the Path is to the Root Directory of the Scripts..

View solution in original post

1 Reply 1

Samuel Womack
Level 5
Level 5

Yes it would look something like the Following:

SCRIPT[CSQName+".aef"]

Where CSQName is a String Type and the Path is to the Root Directory of the Scripts..