Node transformer

Table Of Contents

  • Use case

Use case

If you have a list of objects but you don’t want to split the objects into their own separate tasks using Get branches from a pattern you can use the Node transformer.

The Node transformer will go trough each element, run the data transformers on that element and then saves it in the original payload.
Without creating separate tasks for each element.

Search terms:
the opposite of get branches from a pattern

1 Like