Forum Discussion
Harikrishan2806
Apr 23, 2024Copper Contributor
Unable to fetch more than 5000 records from filtered view
I have a SharePoint List and created filtered views of the list which contains more than 5000 records . I tried to retrieve the records and getting an error like "The attempted operation is prohibited because it exceeds the list view threshold". Can anyone help me to get data using pagination like batch by batch in loop? If possible share the code snippet for python.
4 Replies
- Make use of power automate and use pageingtion there to retrieve the data!
- Harikrishan2806Copper ContributorHi NicolasKheirallah,
Is it possible to fetch the more than 5000 records from share point filtered view using REST API? - Harikrishan2806Copper ContributorI tried the same but unable to do it from python code. Can you please share any reference?