Hello, first, thank you for looking into this issue, I appreciate you and your time.
I have an automated flow that triggers when a new excel file has been created in one of my SharePoint Libraries. The flow creates a table in the excel file and then does an 'Apply_to_each' Get Items from my SharePoint List (Named: Shipping List). I have an ODATA Filter Query that needs to compare Job Number and Due Date fields between the excel file and SharePoint List. Those fields are used because they'll never be replicated.
This is to determine if Power Automate must create a new SharePoint list item or update an existing one. I keep getting the following error:

"Title" is my SharePoint column ID for "Job Number", the "200164-25" is just one example of a job number. "Field_4"is Due Date.
I believe the issue is due to the date format, as it's probably coming in from the "List rows present in a table" in one format, while Get Items from the SharePoint list is in another format. I don't know how to resolve this issue. (See Flow Below)


______________________________________________________________
Here is the formula I'm using to attempt to fix the issue, however, even without manipulating the date, it did not work. Still, every ODATA filter query fails to find a match.

----------------------------------------------------------------------------------------------------------------------------------
