Hi,
In a Run Script action I want to iterate over all defined variables in JavaScript. Is there an array I can access that has all the currently defined variables?
Thanks!
-Nelson
Hi,
In a Run Script action I want to iterate over all defined variables in JavaScript. Is there an array I can access that has all the currently defined variables?
Thanks!
-Nelson
In addition to currently defined variables, is it possible to access the variable description and/or group?
Thanks!
Hi Nelson,
There isn’t really a good way of doing this except for using the Log Variables action to write all the variables to a variable then parsing it to extract the names.
Regards,
Paul.