Skip to content

Data

Transform: field extraction from JSON responses in the middle of the pipeline.

Updated on Sep 02, 2026

Transform

Data · transform · Lean JSON in the pipeline

Between 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: pick

Transformation mode (field extraction).

config.isArraybooleanpadrão: true

The input is a list of items.

config.arrayPathstring

Path to the list within the JSON (e.g., `data.results`). Empty = root.

config.fields{source, target}[]obrigatório

One 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.city
Was this page helpful?