I'm encountering problem with SharePoint date field, on my canvas app.
There is a date field named "ReportDate" at SharePoint list named "Reports".
Canvas app, at App OnStart, I wrote;
Set(varToday, Today())
then, on a screen, I place the button with OnSelect, Set(varTodaysReport, Filter(Reports, ReportDate=varToday))
I got an error with "Creating query failed" (See attachment pic)
Is this a problem with my formula or ....?