The transformer action is a drag and drop action that allows you to transform the data in your workflow.
Initial transformer config
object
type.Override transformer input
Initial transformer nodes
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 can
only be used as a source tool and must be used in conjunction with the List Generator tool.Using the for each tool on lists
List Generator
allows you to generate a list of items, this tool must 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 can only be used as a
target tool.Generate a dynamic list of items
List Builder
tool allows you to manually build a list of items - for example if you want to build a list with only
one element, using parent properties of the source. This tool should be used as a target tool. You can click on the plus
button at the bottom of the tool to add another element to the list.Create a known list of items from any source
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