I have a pretty basic flow in an analytics app which has date pickers for the user to pick Start Date and End Date which flows to a Dynamic Input tool that replaces the date range string in a SQL Query ("Between Start_Date and End_Date").
The app flow works fine with no issues/errors except in 1 scenario. When I choose January 1st 2022 as the start date. When I select 1/1/2022 - 1/5/2022, the app says there were no records/outputs produced. However if I choose 1/2/2022 - 1/5/2022, it correctly returns a record for 1/4/2022.
Wondering if anyone else has come across anything like this? FYI - the data being queried is in GCP and I'm using a SIMBA driver for the connection.
