The transformer action is a drag and drop action that allows you to transform the data in your workflow.
Initial transformer config
Override transformer input
Initial transformer nodes
For Each
tool. If you’re trying to connect to an
object as a source - it will recommend the Object Source
tool.Available transformer tools
Expanded objects
For Each
, List Builder
and List Generator
.For Each
tool allows you to iterate over an array and perform actions on each item in the array. This tool should
be used as a source tool.Using the for each tool on lists
List Builder
tool allows you to manually build a list of items - for example if you want to build a list of 1,
using parent properties of the source. This tool should be used as a target tool.Create a known list of items from any source
List Generator
allows you to generate a list of items, this tool should be used alongside the For Each
tool - so
that on every iteration of the For Each
tool, it will generate a new item in the list. This tool should be used as a
target tool.Generate a dynamic list of items
Selector
tool, which allows you to step back out of the tranformer and select a value
from a previous node in your board. This tool should be used as a target tool.Select a value from a previous node
Constant
tool, which allows you to add a constant value to your transformer. The type is based
on the type of the property you’re connecting to. This tool should also be used as a target tool.Input a hardcoded value
Validation errors
Final transformer config