Skip to main content

JSON: Extract values from path

Get multiple values from a JSON object.

Parameters

Keyrequired

Which key to extract. This is a plain top-level key on the input object, not a JSONPath expression.

Label

Displayed label for the row's output connector. If left empty, the connector falls back to the name of the value type.

Value typerequired
The type of the value to extract.
Mandatory

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.

Ignore errors
Ignore errors when extracting values.

Input

JSON objectrequired

The JSON object you want to extract the data from.

Output

One connector per row

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.