
Announcements
Basically I have a Get items (sharepoint) action where I want to filter any items that have a "PurchaseDate" (name of the column in my document list) where the date value exceeds 3 years from today, however it seems my expression is wrong but power automate obviously doesn't elaborate:
PurchaseDate le formatDateTime(addDays(utcNow(),-1095),'yyyy-MM-dd')
Hi @Boinz86
Pls try the below expression:
Please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks