Hi
@Ellis Karim,
1) Initially, I extract below Sharepoint List based on its EstInvoiceDate using Get Items action.
The filter query I used are E
stInvoiceDate eq '08/01/2024' and
EstInvoiceDate eq '2024-08-01'.

Both filter query returns blank: {"body":{"value":[]}}
2) Next thing I do, is removed the date and manually update it.

I used same action and the same filter query to extract the Sharepoint list.
And finally it returns the expected result I want.
{"body":{"value":[{"@odata.etag":"\"xx\"","ItemInternalId":"xx","ID":302,"Title":"xxxxxxx","OrderNumber":"xxxxxxxxx","InvoiceAmount":xxxxxx,"EstInvoiceDate":"2024-08-03","InvoiceRequested":xxxxxx,"InvoiceIssued":xxxxx,"PaymentStatus":"xxxxxxxx","InvoiceAmtUpdated":xxxxx,"Modified":"2025-08-22T01:00:02Z"
FYI, this run is being done on 8/22/2025
3) I hope you can advise me why is this happening.
Thank you