Skip to main content
What this builds. A pipeline that takes a JSON string as input, extracts the hello and hi keys via ReadJsonValuesNode, and exposes them as two separate output nodes. You’ll end up with. A saved pipeline with result returning the full extracted-values dict and result_2 returning just the value at hello.

Expected output

This script does not print anything — successful execution simply re-saves the pipeline. Run it against an input like {"hello": "world", "hi": "there"} and inspect outputs in the dashboard.

See also

Create-list pipeline

Build a list inside a pipeline instead of parsing one out.

Text processing pipeline

Combine and reformat strings between nodes.

Pipeline reference

Full method surface.