Skip to main content
The Get Properties action reads a repeatable list of property paths from one object. Every property input creates a corresponding output, which makes specific fields easy to connect without passing the entire object downstream.

Inputs

Outputs

The node adds one output for every Properties entry: If an entry is not yet configured, its output is labeled Value for Key 1, Value for Key 2, and so on.

Nested paths

Dot and bracket notation can read nested values. Given:
Add customer.name and customer.addresses[0].city to expose Ada and Boston as two outputs.
If a path does not exist, its output has an undefined value. The action does not fail and does not substitute null.