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!
Yep! This worked! Thank you so much!
Hello @Anonymous
From your output of get items. It looks like your column name is:
OData__date
There are 2 underscores.
Please try this and let us know results
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2