Why we cannot use any type of input file in loop?
1 Like
Hi,
The steps in the loop will be executed as a single thread. The other input rows are paused until a continue signal is received from loop continue step. Input files are not allowed in between the loop.