Skip to main content
Enables decision-making within data flows by executing other transformers when certain pre-configured conditions are met. Use this step to apply a set of transformer steps only to the items that match your conditions, while every other item passes through untouched. For example, you might run extra processing only on orders that are already paid, and leave the rest of the items exactly as they came in.

Fields

Sample data

This step decides which items to transform as they pass through a route, so it runs as part of a route rather than on its own. A configuration that runs a transformer step only on items that pass a filter looks like this:
FieldValue
FiltersA condition that matches paid orders
Entity transformersA “Data: Filter items or apply transformers” step
With this configuration, only the items that match the filter are sent through the listed transformer step. Every other item passes through the route unchanged.