Forum Discussion
CyrusTheVirus
Feb 01, 2020Copper Contributor
Sharepoint REST API: How to retrieve all columns of all records via RenderListDataAsStream api
Hello, I have a sharepoint online list with 14k+ rows and 250+columns, 35+ of them being lookups. We have reached the maximum number of fields that can be indexed. It's a legacy list and it's us...
DanielMerillas
Apr 06, 2021Copper Contributor
CyrusTheVirus You can try to use de extended param
RenderListDataAsStream?$expand=FieldValuesAsText. I don't know if in this case you will have a problem for have a lot of lookups field.