I have a flow that continues failing. The error message received is on the action "Get Items" from a SharePoint list. The error message says that the column does not exist or that it may have been deleted or moved by another user.
The column name is '_date'.

I have verified the internal name of the column in the SP list settings. As you can see in the image below at the very end of the URL 'Field=_date'

I downloaded the output from the Get Items action to verify the column name. In the download, it shows the column name as 'OData_date'.

However, when changing '_date' to 'OData_date' in the flow, it still fails with the same error message about the column not existing.

The column is visible in the main 'All Items' view

And the column type is 'Date and Time'

Here is the SP list (client names redacted)

Any help is much appreciated!