Hi All, this is driving me crazy and I'm hoping someone out there can help!
I have a SQL on prem database with a column called 'ScannedDate' which is just a date column (not datetime). In my flow I need to select all rows with a date that is passed through Powerapp. I have the format of the date passing through as yyyy-mm-dd.
I've tried everything for the filter query field in my get rows step, I even tried hardcoding it to say:
ScannedDate eq '2024-01-30'
and absolutely nothing! If i do a query in SQL directly with that format it works fine.
Please help!!!