I am not that deep into Power Automate by now. This is what I want to accomplish:
Flow should remind the creator of any document in a library every year after the document was created/uploaded to review his document.
This are the steps I think that would accomplish this:
- Start flow daily (which is easy)
- Get all Documents (Get Items - SharePoint). In filter I need something like
concat(''''substring('created',0,5),'''','eq',''''substring('utcnow()',0,5)'''')
- For each document in this scope (think I can do this)
- Send a mail or Teams message to remind him to check the document (which is easy)
Hopefully anyone can give me some support accomplishing this mission. I crawled the flow templates but was not able to find any fitting solution or anything that made it possible for me (with my by now limited knowledge) to adopt.
Thanks in advance!