I have a simple flow that checks a excel sheet every 30 minutes. It filters the worksheet down to 1 column, and if it sees a particular word in that column, it will pull the data from that row and send an email with the extracted data. I have an issue where if after a week of it operating, it will change the flow by itself if I open the flow at all to look at it. It keeps adding "For Each" inside a "Apply to each" loop causing every email on the worksheet to receive a email. I need to find a way to prevent this because now I need to go back into the flow and delete everything in the loop and rewrite it. Before someone says "you can just edit the expressions removing the "for each," I have done that and it will fail unless I completely delete it and remake it.
Any advice will help.