Hello, in a flow, is it possible to run two data transforms in one connector?
Or, is there a dummy step can be added to a flow, so that I can get two connectors, one is before the dummy step and another is after it, so that I can run data transform in these two connectors?
@MaxonL16591286
We will not be able to run two data transform in connector.
For running 2 data transform in connector rule you could follow below mentioned approach..
Have a parent data transform and inside that by using apply data transform method call two data transform next to next.. and then call the parent data transform in connector rule.. So that during runtime two data transform will get executed one by one.
Attached screenshot for reference.