I have a flow which does what it is supposed to do, but I'm getting warning messages that it's running too many actions and we're exceeding 80% of our capacity. So I want to filter it, so it only runs the flow on items which have been Modified since the last run. I've added a ProcessedTime column to my list which gets timestamped when the flow runs if an item in the List is updated. The list has a Modified column by default. Below is an image which shows what my flow currently looks like. The flow says it runs successfully, but it's still processing every item in the List, because every item is getting timestamped when I run the flow. Can anyone tell me what I'm doing wrong?