I am unable to create a OData filter for using Get List Items activity for getting data filtered from Sharepoint List. In below example, OrderNumber is column name and ‘PND.2160357396’ is column value to filter
“$filter= substringof(OrderNumber,‘PND.2160357396’)”
Hi!
The column name and your value need to switch places ![]()
Use OData query operations in SharePoint REST requests | Microsoft Learn
