Hi All,
I have a gallery that connected to sharepoint list. One column from this list is a date time column. It is appears as a date field in the power app. I want to filter my gallery by this date but face a problem.
If there is something special between Filter function and dates ?
Filter (dataSource, 'Date Time Column' = Date(2020,3,18)) does not return any record to my gallery, but they are there. I took Date(2020,3,18) exactly to troubleshoot this case. In the same time I put a label on gallery template with this formula
Text( ThisItem.'Date Time Column:' = Date(2020,3,18))
and get true every where it was expected
thank you in advance