I'm using Dataverse List Rows action. I have a Power Apps that calls a flow upon clicking a button that's passing these values.
PowerAppsExportAllToExcelV2.Run(
txt_requirementId.Text,
txt_policyNumberNewCase.Text,
dte_requirementDate.SelectedDate,
User().Email)
I have 2 issues here:
1. The Date filter doesn't work whenever I select a date in power apps and I'm sure there's a data from my Dataverse. I tried changing the date format as mentioned in Date Filter OData but still no luck.
2. If no Date has been selected it's returning an error. Is there a way to handle null values when you are dealing with dates?
Here are the parameters of my Power Automate flow

Here's my OData Filter Query.

So here's my Power Apps

Then here's the sample input in PA

Here's the value that's been inserted

This returns no results.
Another thing is if I click the button when there's no Date selected, PA returns this error.
