Writes the incoming value into the flow’s assigns under a named key, then passes it through unchanged. Only meaningful inside a Flow Transform — outside a flow it is a pass-through. Pair with Assign Read to read the value back further down the flow.Documentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
- Assign key — the name to store the value under in
token.assigns.
Tips
- The value is stored verbatim — list of dated properties, raw struct, primitive, or whatever arrived. Downstream Flow nodes read it back in the same shape.
- Use this to materialize a transformation result so a later Flow Action can consume it.