I am trying to create an automatic workflow that sends an email once a week for files modified within the past week, in a Sharepoint library. I haven't been able to find exactly what I'm looking for in documentation and have pieced together the following from other articles and questions, and have tried may variations with no success. I could use some help please. :)
I've added the recurrence and the library information
I've added the Condition of Image Tag contains Academy and formatDateTime(item()['Modified'],'yyyy-MM-dd') is less than or equal to addDays(utcNow(),7,'yyyy-MM-dd')
And yes, I have made sure the checkboxes are selected for each Condition.
And then I added the output to send an email
Any and all help is greatly appreciated. Thanks!