I'm trying to do something where I have ScriptA populate a variable (we'll call it variable01) and then I'd like to subsequently pass that variable on to ScriptB.
In ScriptA, I'm populating the variable and then exporting it (under the assumption that it will remain in the session and be available when ScriptB executes).
In ScriptB, I refer to the variable as $4, as...
In the policy, I have ScriptA executing first and then ScriptB and, in the ScriptB parameters, I've entered $variable01 as parameter #4.
Obviously: it isn't working. Any ideas on how I can get this to fly?