Get Session Data
Node Card
Category: Session & Cookie Nodes
Typical position: Before a conditional branch or form node that depends on data set earlier in the flow.
Properties
Outputs & Errors
| Property | Type | Description |
|---|---|---|
| Session Data Key | text | The key whose value to retrieve from the session. Must match the key used in the corresponding Set Session Data node. |
| Output | Condition |
|---|---|
true | The key was found in the session and its value is available downstream |
false | The key was not found in the session |
Use this node to retrieve data stored by a Set Session Data node earlier in the same or a preceding workflow. The retrieved value can be used in conditions or form pre-population.