hello and hi keys via ReadJsonValuesNode, and exposes them as two separate output nodes.
You’ll end up with. A re-saved pipeline (fetched by id) 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.
