JSON: Extract values from path
Get multiple values from a JSON object.
Parameters
Which key to extract. This is a plain top-level key on the input object, not a JSONPath expression.
Displayed label for the row's output connector. If left empty, the connector falls back to the name of the value type.
New rows added in the editor start unchecked. When checked, a missing key or cast error is accumulated and the step fails with a MultipleError once all rows have been processed. When unchecked, the row's output connector is marked optional and simply emits nothing on failure.
Input
The JSON object you want to extract the data from.
Output
Each configured row exposes its own output connector (Unlimited, optional) that emits the extracted value cast to the row's value type. There is no single combined output.