Flow Session Update Variables node
The Flow Session - Update Variables node updates or sets variables within the current flow session.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Variable Mapping: Specify which flow session variables to update and assign their values, either static or from previous nodes.
-
Save in the flow store: Save the result into a variable for reuse by other nodes. See Save in the flow store for details.
Default output node
- Success
- Failure
JSON metadata
{
"name": "flow_session_update_variables",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Flow Session - Update variables"
}, {
"lang": "it",
"value": "Flow Session - Update variables"
}
],
"nodeName": "FlowSessionUpdateVariables",
"index": 24,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}