When there is only one element in the loop, then the statements inside the loop are getting executed.
But if there are more than 1 item, then statements are executed.
This does not happen if I run this flow service without restoring from pipe line(first time). This happens only when I save the pipe line first time and run using restore pipeline second time.
Can any body help?
eg:
First time → works: (only one item in the loop)
savepipeline -->enabled
restorepipeline → disabled
…
Loop
stmt1 -->runs
…
second time → does not works: (only one item in the loop)
savepipeline → disabled
restorepipeline