Hi,
I have made an flow using Power automate desktop that takes data from SharePoint list 1 fill it into a website then extract some tabular data fill that data into SharePoint list 2. It was running very well since 6 months. But unfortunately from yesterday night It is giving unexpected error. It went into infinite loop "For each" . I have used an for each loop that iterate for a datatable. But dont know why it is not coming out of for each loop from last night. Has anyone faced the same issue with for each loop of PAD.
Please help me to solve this issue asap.
Thanks in advance
Hi @Harpreet_Tohra ,
Can you please share the screenshots if possible to understand better
I'm
Balamurugan2022
How does your datatable look like before the loop starts? Check if there is anything wrong in the datatable like empty rows, etc.
During the loop add some logging mechanism for eg; writing to a text file the iteration number, which record it is updating, etc anything of your own which could tell what is causing the infinite loop.