Is it possible to have a for or while
Is it possible to have a for or while loop in a flow that feeds the result of the previous iteration into the next iteration?
I basically have a list of transformations to apply on the initial input data. Each iteration takes the previous result and applies the next transformation.
I basically have a list of transformations to apply on the initial input data. Each iteration takes the previous result and applies the next transformation.