Hello all! I've been bashing my head against a wall trying to figure out how to properly set up this flow so I figured I'd give the help forums a try.
Essentially, what I did is set up a workflow for my office as follows: whenever someone fills out a request form on Microsoft Forms, the first flow is triggered. That flow adds a new task to our Planner, and adds that task's details to an Excel online sheet that we share with the requesters so they may track the status of their request. It looks like this:

The second flow I built, which is the one giving me issues, builds upon this. I set it to trigger every 5 minutes, and my goal for it was to have it update this spreadsheet based on changes that may occur Planner-side (changing from In Progress to Complete, assigned to someone, etc). However, I often have issues with it. Before, the issues that would arise would be the flow would fail because of a 404 error whenever it couldn't find a row containing a specific ID. Now.. my flow has just been running, non-stop.

Besides those couple of successes, the flows have just kept running non-stop. Since I built this flow on a template I found online, I wanted to check it's integrity with the community to see if there are any glaring issues with it. Here is what I have for it:


I would appreciate any and all help, thank you!