Data
Transform: field extraction from JSON responses in the middle of the pipeline.
Updated on Sep 02, 2026
Data ·
transform · Lean JSON in the pipelineBetween two pipeline steps, extract only the fields you need from a JSON response (e.g., from a Webhook) — fewer tokens and less distraction for the next step.
config.type'pick'padrão: pickTransformation mode (field extraction).
config.isArraybooleanpadrão: trueThe input is a list of items.
config.arrayPathstringPath to the list within the JSON (e.g., `data.results`). Empty = root.
config.fields{source, target}[]obrigatórioOne field per line in the modal; nested paths work (`user.email` → extracts as `email`).
campos no modal (um por linha)
id
name
user.email
address.cityWas this page helpful?

