I have a flow that keeps getting shut off due to running more actions than expected. It's really confusing because I have other flows that use more actions than the flow in question without having any issues at all. Between process mining and co-pilot I was able to get an indication of what the issue might be. Process mining indicated that the get items action\api calls are evidently high. I'm using the 'When an item or file is modified' action as a trigger and a switch action as the second node. I've read that filtering the columns in the modified item action will reduce api calls.
What is the best way to filter on a column named "Promise Status" = Kept or Broken to keep the api calls down? That is the only change I need to look for. If I go into setting of the item modified node at the bottom it only accepts one tracked property. Co-pilot is confusing me as well.