I would like to query my SharePoint list using Get-items action on PowerAutomate. I wanted to use filter in the action like this [AgreementStatus/Value eq "SentforSigning"] but this query is not returning the results instead errors out "invalid query syntax".
"body" :{
"value":[
{
"AgreementStatus" :{
"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id":1,
"Value":"SentforSigning"
},
}
]
I referred to the following articles to format the query but yet no luck.
Odata Filters & nested objects with Microsoft Flow - Power Platform Community
OData - filter by nested property - Stack Overflow
Please assist.