Hello everyone,
I have a excel sheet and it’s having multiple data in it i want to retry the process which i got error details. I’m able to retry the process but not able to exit the loop after retrying the process. Can anyone help me how to solve this.
If you want to retry for certain times the same activities you can use Do While activity and place all activities inside and specify the number how many times it required
Hi @Srini84 I’m using this flow in middle of my project and I can’t use do while in this I think I will check with do while activity , if you can please edit my Xaml file and share it will be a great help.
@Srini84 I don’t have any issues with rows count , I want to end my process after satisfying the retry count , in my current process it’s not ending after retrying also , something I need to change but I don’t know how to do that
Instead for RetryCount as a variable, Use Index of ForEach Row, Declare a variable for Index property and you will get the exact count, but the count starts with 0
@Srini84 actually I’m getting some data in Excel and I’m creating user id with that data , if any data is missing or any error occurs means I created one separate cell in excel it will write there it is failed and retry count is 1 and I want to retry the failed date another 2 times