Hi expert,
I'm facing error when trying to filter item from my SharePoint list using Send an HTTP request to SharePoint action
My list have ~6500 items and contains many column, for example:
- PeriodStartInt
- PeriodEndInt
- CompanyCodeTxt
All of these column are indexed column
This my GET request query
_api/web/lists(guid'mylistguid')/items?$filter=(PeriodStartInt le 202407 and PeriodEndInt ge 202407) and CompanyCodeTxt eq 'ABC'
And this is error output
I've export all the data into Excel to double check, I can confirm that the expected result with this filter criteria should be just ~50 items.
Thank you in advance.


Report
All responses (
Answers (