
Announcements
I am sending email notifications to the last "modifed by" user for files in a sharepoint library that have not been modified in a year. It would be nice to schedule this every month and send a single notification with links to all the users out of date files. Any ideas on how to accomplish this?
1) Add a recurrence trigger
2) Get the documents using an Odata filter on the SharePoint library. The expression I have used is
3) Save the results in an array
4) Loop through the array for each distinct user and create an HTML table
5) Insert the HTML table in email