Basically I am doing a Get Items and attempting to filter the data based on a date range. I have come across MANY different suggestions and have attempted them all with no luck.
Here is what I am working with:
From Date: Date Only
To Date: Date Only
The Get Items works properly with no query and returns everything, but I want to filter based on passed in dates.
Here is how it currently looks:

I have tried many different options for converting the date values such as datetime'fromDate' with no luck.
All I receive is the filter is not valid.
Thanks for any help. 😃