I want to use Power Automate to update a metadata called Last Reviewed Date column for all documents with last modified date older than three years in a SharePoint Document Library. How do I do that?
The first step would be to
1. Create a Schedule Cloud Flow
2. Get Files (Properties Only)
Filter Query > Modified le '@{addDays(utcNow(),-1080,'yyyy-MM-dd')}'
Not sure if this is correct...
3. And I'm stuck