Skip to main content
Executes a list of entity transformers. Use this step to group several transformer steps together and run them one after another, in the order you list them. The output of each step becomes the input of the next, so you can build up a sequence of changes, for example first filter the items, then reshape them, then send them on.

Fields

Sample data

This step runs the transformer steps you list against the items passing through a route, so it runs as part of a route rather than on its own. A configuration that chains two steps, running the first before the second, looks like this:
FieldValue
Entity transformersA “Data: Filter items or apply transformers” step, then a second one
With this configuration, every item flows through the first step and its result then flows through the second step, before continuing through the rest of the route.