I am trying to capture a single record from a SharePoint List using flow. I am using the get items, select, apply to each actions to accomplish that. The get item action is not running successfully. I get the following error. Yet, column XYZ does exist in the SharePoint List.
Column 'XYZ' does not exist. It may have been deleted by another user.
clientRequestId: 1d5f3d1a-0100-406e-92f1-a1ffcb020c7f
serviceRequestId: e085a19e-1000-7000-2923-88290d38c03b
I don't know what I'm missing because the column does indeed exist. To filter out the data, in the filter query option, I put: XYZ eq 'variable'. The variable comes from PowerApps.