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: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.