Storing values for later steps
The Set node (action_set) writes key → value pairs into scenario state (constants or process variables, depending on the template). It does not send a chat message: it is an internal step for the logic you build on the canvas.
Typical tasks
- Set a flag (e.g. registration completed).
- Store a selected or computed value for the Router or later nodes.
- Prepare context before operator connect or another action.
In the editor
- Add Set (
action_set) from Data / templates. - In Node Inspector, set keys and values (often with
{{...}}placeholders). - Connect the output to the next node.
Full fields: Set parameters.