I have a reuirement where i want to fetch some data based on some condition from sharepoint list.
i was using condition in apply to each item in sharepoint list and thats works well.
i came across Get item where we have odata query wjere we could apply query based on some condition.But it unsuccessful when i am applying some condition using filter array.
could you let me know the correct way to use it. the output is always 0.even though the condition matches.