Skip to main content

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.

Reads a field from the current model — usually the entity being processed, like an Employee or a Schedule. Walks nested paths and returns the matching dated properties.

Configuration

  • Path — the sequence of keys to walk into the model. Pick from the inspector’s autocomplete; nested types open up further keys as you go.
  • Value type — the property type the resulting value should be treated as. Set automatically when you pick a path.

Optional inputs

  • At Date — wire a date (or list of dates) to keep only the dated properties active at those points in time.
  • With ID — wire an ID to keep only dated properties carrying that ID. Useful when one field has parallel histories per source row.
Either filter can be omitted — without them, every dated property at that path comes through.

Ports