I have an array of around 300 items and want to know the position of a certain record so I can find out what my Flow is doing when it hits that record. I can't just keep hitting "next" until I find it in the flow run history.
I thought I'd create a smaller flow with a "Do until" which has "ID" = 123432 (the id number) and increments a variable. But.. Automate insists on putting this inside an "Apply to each". I'm fairly certain this creates a viscous loop as I had to end the run after 15minutes.
How do I find the position of a certain Id within an array and return that number?