Steps Output Access
Code
Learn how to access the output of a code step in subsequent steps.
A code step’s output is determined by what the step’s code returns.
For example, if a code step returns an object, the output will be that object. If a code step returns a string, the output will be that string.
CODE_STEP
ANOTHER_CODE_STEP
Or if the code step returns a string, the output will be that string.
CODE_STEP
ANOTHER_CODE_STEP
Was this page helpful?