Skip to main content

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.

Wraps a raw value (nil, a primitive, a struct, a list) into a dated property so the rest of the data nodes can consume it. Most useful right after Assign Read, Flow Action, or Flow Compose — those emit raw values, while data nodes like Switch, Equals, Const, and Match expect dated properties.

Configuration

  • Value type — optional. When set, the wrapped dated property is tagged with this type. When unset, the type is inferred from the value.

Tips

  • Lists are wrapped into a single dated property carrying the list as its value. Use Each downstream if you want per-element processing.

Ports