I have a sharepoint list that has a list of lab equipment that shows the "Next Service Date" that is due. This is a calculated column.
I want to develop a PowerAutomate Flow that sends a reminder every week on Monday, that reminds my team that when an equipment is due to to service 30 days before the "Next Service Date".
I believe my Field name for "Next Service Date" is "Next_x0020_Service_x0020_Date" (see image below), so I have included this in the Filter Query function (see image below) and my formula for that is
Next_x0020_Service_x0020_Date le '@{formatDateTime(addDays(utcNow(),30),'yyyy-mm-dd')}'
However, when I ran my flow it came up with the following error:
Would anyone be able to advice what's the cause of this error and how to fix it?
Thanks for your help.