I am building a flow that sends notifies people when a particular file in a Sharepoint document library is modified, which I have working. However, it literally sends hundreds of emails, as I assume it triggers whenever the autosave kicks in.
The best way I can think to minimize the volume of emails is to check if the modified time was within, say... the last 30 minutes using utcNow() and comparing this to the 'Modified' column in Sharepoint? I'm just not sure how the expression would look. Would I need to use:<code>@greater</code> ? Please could I have some help?