@ScottShearer
I wasn’t able to get the trigger filter to work with a greater than or less than equation, but the condition filter works well enough for my needs. I ended up with the condition:
‘Modified’ is less than @subtractFromTime(utcNow(),1,'Hour')
So if I make a large sweeping change I wait an hour before turning the flow on to avoid sending a thousand emails by accident.