Hey All,
So filter query is no longer my best friend..For some reason its driving me made. I want to use it but keeps erroring.
Heres what I have.
CompletedDate ge addDays(utcNow(),-10,'yyyy-MM-dd') and 3MonthCheck eq true
Getting the following error
{"odata.error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"The expression \"CompletedDate ge '2022-03-04' and 3MonthCheck eq true\" is not valid."}}}
I tried adding a condition rather than adding it in the filter query..It works but rather then sending me one email with a table of all the data that meets the conditions I get 1 email for each match and the table as well.

Where am I going wrong.
Thanks L