I have scenario where I am asking user input within flow and save opinions. My loop have total 3 element and user answers 1 iteration and pause the flow on 2nd iteration, when user resumes the flow it will pick from 2nd iteration but exits the loop its skips 3rd iteraion.
I wanted to know its expected funationality and we should not use pause with in loop?
Thanks
3 answers
Thanks Sakshi for looking into this.
I think my scenario is bit different, I was thinking when we pause flow whithin loop its doesnt remember loop iteration count, but that not true.
In my case it was not pause behavior but while adding elements in the loop it was skiping last element. Once I fixed the loop its working as expected. i.e. If my loop has 3 values and user pause the flow while entering details on first element, and resumes interview later it processes other 2 elements as well.
Thansk,
Vikas Tiwari