Workflows · Data
Set State
Saves a value that later nodes in the workflow can use.
What it does
Stores a controlled value in workflow state, such as a flag, label, or result for a later path.
When to use it
Use it when a decision or action needs to remember something during the current workflow.
How to use it
- 1Choose the state key.
- 2Choose whether the value is literal, an expression, or a previous node result.
- 3Enter the value.
- 4Optionally allow the value to update client state.
Settings
- State key.
- Value type.
- Value.
- Optional client-state update.
Tips
- • Use consistent, descriptive key names.
- • Save only information that later steps genuinely need.