I have built a Flow for a customer but am running in to a couple of issues. I'm sure it's because I'm a newbey. It is a multi-step approval Flow with a variable number of approvers. I thought I'd be cleaver and use an array and a Do Until Loop. It appears to generate the right number of approvers only some of the time. The Do Until Loop has instance data for all approvers some of the time but a lot of the time it only has one Loop instance visible in the Run History GUI. I must be doing something wrong but I can't see any Loop instance data from the csv download even when there is only 1 loop instance which makes it difficult to debug.
My questions are:
- How do you recommend debugging actions inside of a loop?
- How do you recommend debugging Flows if they are outside of the csv download window (max 100) and what would you recommend a business user do to audit/debug their SharePoint related Flows? Their doesn't appear to be a link from SharePoint to the Flow Run History.
Please help me out if you can even if it is that Flow can't do this so I can let the customer know one way or the other.