flow
(required): The flow from the previous node in the spell.flow
: The flow continues to the next node in the spell, with the variables set.variableNames
: An array of variable names to create. Enter the desired variable names here.variableNames
array.flow
input.flow
output to the next node in your spell.userName
and userAge
, to store information about a user. Here’s how you would use the Set node to accomplish this:
variableNames
configuration, enter ["userName", "userAge"]
.{{userName}}
and {{userAge}}
in the URL or body.