JSON Extract Field
Extract a single field from a JSON input using a dot-path, e.g. `scenes.0.image_prompt`. Emits the extracted value as text and as a single-element array.
JSON Extract Field
Node type: utility:json_extract_field
Category: Data
Description
Extract a single field from a JSON input using a dot-path, e.g. scenes.0.image_prompt. Emits the extracted value as text and as a single-element array.
Canvas ports
These appear as port handles on the left side of the node.
| ID | Label | Details |
|---|---|---|
json |
JSON | TEXT (required) |
Sidebar config
These render as form fields in the right-side config panel when the node is selected.
No sidebar config fields.
Outputs
| ID | Label | Type |
|---|---|---|
text |
Extracted Text | TEXT |
array |
As Array | ARRAY |
options |
Options | ARRAY |
Auto-generated from the Wireflow node registry.