2. Passing Value to the Output Variable
Use the return function in both Python and JavaScript to pass output values from a Custom Action.
The returned value is fetched by Avo Assure and can be used in subsequent steps. For example, the returned value can be displayed using the Display Variable Value action.
Example:
Python: return value
JavaScript: return `value`;
Last updated
Was this helpful?