Hi,
I am new to power automate and I am trying to build a simple reminder flow which will trigger an email to document owner if the document on a Sharepoint site was created more than a year ago.
I am using Get Item action and I suppose using Filter query is the best way to fetch relevant items. I need some help how can I form the expressing using the Created column in Sharepoint.
Essentially I am after following condition to be satisfied: (CreationDate+365<= TodaysDate). If this can be achieved I can then send an email for each item.
If this cannot be done using filter query let me know in case of any alternatives.
Thanks
Prateek M
Solved! Go to Solution.
Hi @hiprateek007 ,
Please try to use Get files action and paste the following expression in Filter Query:
Created le '@{addDays(utcNow(),-365,'yyyy-MM-ddTHH:mm:ssZ')}'
Best Regards,
Hi @hiprateek007 ,
Please try to use Get files action and paste the following expression in Filter Query:
Created le '@{addDays(utcNow(),-365,'yyyy-MM-ddTHH:mm:ssZ')}'
Best Regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
68 | |
23 | |
18 | |
16 | |
12 |
User | Count |
---|---|
137 | |
44 | |
32 | |
32 | |
29 |