Transmute

The Transmute step takes the output of an earlier step and replaces specific fields
within it, leaving the rest of the structure intact.

Use it for targeted edits to a payload you've already built: stamping a generated ID onto a
record, overwriting a placeholder with a looked-up value, or redacting a field before sending
a payload onward.

Configuration

  1. Choose the source step whose output you're modifying.
  2. For each field to replace, select the target field path and supply the new value
    a literal, a variable, or a field from another step's output.
  3. The modified structure is available to later steps as this step's output.

In the editor you pick a Target Step — the earlier step whose result you are modifying —
then add one or more replacements. Each is a pair: Field to Replace, chosen from the target
step's structure, and Replace With, which takes either a value selected from an earlier step
or text you type. Replacements can be removed individually.

Transmute vs. Convert vs. Modify Variable

UseWhen
TransmuteYou have a structure that's nearly right and need to change a few fields in place
ConvertYou need to reshape data from one schema into another — use a mapping
Modify VariableYou're changing an integration variable, not a step's output

Did this page help you?