Re: send email if sharepoint list item not modified for 30 days
This is an easy thing to set up. But I want to ask about using the "Modified" datetime as a way to identify the stalled items.
The reason is because the "Modified" time will change if someone goes in an edits a name or any other field, but that doesn't necessarily mean they acted on the object as you expected.
Do you have your process set up so that you know for sure that "Modified" is the best field to use?
I'm not questioning you or saying it is wrong, just double checking.
Here is a basic example of what your flow should look like. You need to put an expression in the Get Items - Filter Query field that is checking the Modified column to only return items that have a modified datetime that hasn't changed in 30 days.
Modified le 'addDays(startOfDay(utcNow()),int(-30))'
Here is a photo of the flow: (This was made in the editor Designer Classic View)
