runScript
The runScript
the command allows you to call a JavaScript file from within your flow.
Take a look at our JavaScript docs for guidance on how to use this feature.
Examples
To run another flow configured in Moropo
Use within your script
Passing environment variables
Outputs
The results of a runScript can returned and accessed later in a flow.
Consider a javascript file which returns two unique strings of text
These could then be accessed later in the flow
Last updated