Hi,
I'm building my first canvas app form a SharePoint list...

I have a Gallery that consists of Check Type, Check, Lot Number, Filter Date.

FilterDate is a calculated SharePoint column =TEXT(Created,"YYMMDD") formatted as a number and returns 220510
I have a `PowerApps variable OnStart Set(varFilterDate, Value(Text(Now(),"yymmdd"))) that returns 220510.
Then I have set items property for the gallery to Filter('Patrol Inspection, FilterDate>=varFilterDate)
I get an error..... expected number date etc.
Not sure how to get this working.
Thanks for your help
Steve