Reads a value from the flow’s assigns by name and emits it on the output. Only meaningful inside a Flow Transform — outside a flow the output isDocumentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
nil.
Sibling of Assign Put, which writes assigns the same way.
Configuration
- Assign key — the name to read from
token.assigns. The picker offers keys declared by upstream Flow Action steps, but any string is accepted — handy if you wrote the assign yourself with Assign Put or Flow Assign.
Tips
- The value is emitted as-is. If the downstream consumers expect a dated property, drop a Wrap Raw between Assign Read and them.
- Missing keys resolve to
nil— no error. Use Flow Guard to fail fast or Flow Default to substitute a fallback.