You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a DynamicForm for a custom content type, which is based on a document set. The library has more than 5000 folders and when I am trying to add a new item I receive an error: Error making HttpClient request in queryable [500] ::> {"odata.error":{"code":"-2147024860, Microsoft.SharePoint.SPQueryThrottledException","message":{"lang":"en-US","value":"The attempted operation is prohibited because it exceeds the list view threshold."}}}
How can I fix this? Seems like the error happens in the addSubFolderUsingPath function.
The text was updated successfully, but these errors were encountered:
Hi Guys,
I am using a DynamicForm for a custom content type, which is based on a document set. The library has more than 5000 folders and when I am trying to add a new item I receive an error: Error making HttpClient request in queryable [500] ::> {"odata.error":{"code":"-2147024860, Microsoft.SharePoint.SPQueryThrottledException","message":{"lang":"en-US","value":"The attempted operation is prohibited because it exceeds the list view threshold."}}}
How can I fix this? Seems like the error happens in the addSubFolderUsingPath function.
The text was updated successfully, but these errors were encountered: