Formula Builder: How can I pass variables between formula steps?
FollowA JS Script step might build a JSON payload that you can refer to in a later step as ${steps.stepName}
.
You can refer to variables as ${config.variableName}
.
A JS Script step might build a JSON payload that you can refer to in a later step as ${steps.stepName}
.
You can refer to variables as ${config.variableName}
.
Comments
0 comments
Please sign in to leave a comment.