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, Latest defined. 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). - Use Latest defined when Latest and Today would return nothing because the newest segment is empty — e.g. an employee with a future termination, or one who has not started yet. Latest defined skips those empty segments and returns the most recent segment that actually has a value set.
- Pair with Match / Equals when filtering should look at the latest rather than today’s value.