Hi everyone,
I try to call a script from the Schedules window providing parameters to the script.
Script Sandbox content:
params param1, param2, param3
Log param1
Log param2
Log param3
I call it from a second script like this:
Sandbox {param1:[“List”, “of”, “Parameters”], param2:23, param3:“Another Parameter”} by name
The result is as I expected it:
8/29/23, 5:23:04 PM START Running Selection from Sandbox1.script
8/29/23, 5:23:05 PM Log [“List”,“of”,“Parameters”]
8/29/23, 5:23:05 PM Log 23
8/29/23, 5:23:05 PM Log Another Parameter
Selection Executed in 0:00:00
How do I call it from the Schedules window and how can I provide parameters?
At the moment all parameters are empty
I use Eggplant Functional 22.3.0 Windows 64
Thanks for the help.