Update that
stamps the closing date and a nil value onto a single entry into another.
The merged result carries both, so the original entry now ends where the
terminator begins.
Inputs
- Data — variadic. Wire any number of upstream timelines; every entry they emit ends up in the result.
Output
- Result — every input entry, concatenated and sorted newest first (non-nil values before nil values at the same date).
Notes
- Nothing is deduplicated. Entries that share a date and group id all
survive — resolve an ambiguous timeline explicitly with
Timeline Uniqdownstream rather than relying on this node to pick a winner. - Multi-id timelines merge cleanly; each entry keeps its own id.
- Inputs that are unwired, empty, or not dated properties are skipped. With nothing wired the output is empty.