Workflows · Data
Transform
Builds a new value from workflow information and a template.
What it does
Combines text and workflow variables into a result that later nodes can use.
When to use it
Use it to prepare a personalized sentence, a label, or a value that several later nodes need.
How to use it
- 1Write a template using variables such as {{trigger.message}} or {{lead.stage_name}}.
- 2Choose the output key.
- 3Choose whether to also save the result in workflow state.
Settings
- Template.
- Output key.
- Save to workflow state.
Tips
- • Use only the variables you need.
- • Give output keys clear names so later nodes are easy to configure.