cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
915
Views
0
Helpful
2
Replies

Pass value from one script to another script

ashley.pearce
Level 1
Level 1

Hi,

I have a holiday checker script which reads the current days date and compares against dates in an XML file, it then populates a boolean value with True or False (depending on if it has a match).

I would like to them populate a string (or otherwise) value in another script with the value of the boolean value from the holiday checking script, so I can then play an appropriate prompt or route elsewhere.

I've been looking at the Trigger Application and Get Trigger Info steps however I can't successfully enter in a new variable or work out how to populate between the scripts.

Does anyone have any examples of this working or can point me in the right direction.

Thanks,

Ash

1 Accepted Solution

Accepted Solutions

Chris Deren
Hall of Fame
Hall of Fame

You pass it via the "Call Subflow" script with Input and Output Mappings tabs where you enter the varaible you want to pass in and out. See below:

HTH,

Chris

View solution in original post

2 Replies 2

Chris Deren
Hall of Fame
Hall of Fame

You pass it via the "Call Subflow" script with Input and Output Mappings tabs where you enter the varaible you want to pass in and out. See below:

HTH,

Chris

Thanks Chris, that worked perfectly!!