Picks the dated property at one or more moments — Today, Oldest, Latest — from a stream of dated properties. Sibling of At Date (always picks by an explicit date) and At Index (picks by position).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.
Inputs
- Data / default in — the dated properties to pick from.
- Date — optional. When wired, picks at that exact date and ignores
the As-of moments setting. Inside an Each loop with no Date wired, the
loop’s
valid_fromis used instead.
Configuration
- As-of moments — pick any non-empty subset of Today, Oldest, Latest. The node emits the dated property at every selected moment (deduplicated by id + valid_from).
Tips
- Use Latest when you want the most recent value regardless of whether
it is active today (mirrors the legacy
get_by_datedefault). - Pair with Match / Equals when filtering should look at the latest rather than today’s value.