I am using Get Items to retrieve from sharepoint list. I am trying to filter if the column SyncedID and ID have the same value, and Client name is equal to a string.
It gave the below error, however 'HNB' is not a column, it is the value of the column... Not sure what am I doing wrong here in the filter query, if anyone could help it will be much appreciated!
Below is the raw input:
{
"host": {
"connectionReferenceName": "shared_sharepointonline",
"operationId": "GetItems"
},
"parameters": {
"dataset": "https://visainc.sharepoint.com/sites/VisaAcceptTrackerGroup",
"table": "32b245b8-9ba1-4a90-9c91-f8132e892711",
"$filter": "11 eq SyncedID and HNB eq 'HNB'"
}
}