Skip to main content
Concatenates the timelines of several attribute paths into a single merged stream. Use this when you need a unified history pulled from two or more fields and you have an opinion about which one wins on overlapping dates.

Configuration

  • Attribute paths — an ordered list of attribute paths on the current model. Each path’s full timeline is pulled and merged into the output. On a valid_from collision, dated properties belonging to the earlier-listed path appear first in the output.

Output

  • Result — every dated property from every configured path, sorted descending by valid_from (newest first — the engine’s standard for all timeline outputs). Within a shared date, entries follow the configured-path order.

Notes

  • The node reads the paths directly from the current model — there is no input port for them. To merge timelines from arbitrary upstream nodes, use Union Valid From + Each instead.

Ports