Emits a fixed value baked into the node. Useful as the right-hand side of a comparison, as a fallback feeding Flow Default, or as a known reference value an Equals or Switch can branch on.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
- Value — the literal you want to emit. The editor renders the right input control for the chosen type.
- Value type — pick
string,integer,float,boolean,date,datetime, or any of the enum types. The stored value is cast to this type at run time. - Is list — when
true, the value is treated as a list rather than a single value.