Hello,
I am having an issue with filtering an SPList between two dates. I created a flow that queries an SPList and uses PowerApps to ask the user for their Date_From (YYYY-MM-DD) and Date_To (YYYY-MM-DD). I noticed that the date is being stored in UTC, i.e. 2023-11-15T17:18:42Z.
I used the convertTimeZone function to make sure that I could convert the time from UTC to Eastern Standard Time. But I am unsure how I use this to create the filter for the SPList. The user will be entering the date, expecting any record created within the EST date (i.e. 11/15/2023 - 11/16/2023). Therefore I need to take this date and look up all rows that match this date in EST format.
I hope this makes sense.

