On or before 02 September 2024, I am able to use Status eq 'Draft' to filter the sharepoint list in the Get Items
however, without any changes, this filter is no longer working anymore and return nothing to me.
the Status is a choice column, is there a changes on the filter way?
my data is something like this
"@odata.etag": "\"147\"",
"ItemInternalId": "85",
"ID": 85,
"Title": "Try123",
"Payee": "Eyrhch",
"Status": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 3,
"Value": "Draft"
},
"Status#Id": 3,
"Currency": {
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 0,
"Value": "HKD"
},
"Currency#Id": 0,
"PR_x002d_Code": 1,
"Exemption": false,
"AccountNo_x002e_1": "111111-111",
"AccountNo_x002e_1Amount": 120,
"AccountNo_x002e_2Amount": 0,
"TotalAmount": 120,