SharePoint Online InfoPath: Amount of Data that was Returned by Connection has Exceeded the Maximum Limit

3.3k Views Asked by At

In SharePoint Online, an InfoPath form is displaying this error:

"The amount of data that was returned by connection has exceeded the maximum limit that was configured by server administrator."

It is easy to increase the maximum limit in SharePoint On-premise, as explained here:

The amount of data that was returned by a data connection has exceeded the maximum limit that was configured by the server administrator

However, I am working in SharePoint Online, and there is no option to do this. I cannot find any PowerShell cmdlets, either.

Does anyone know if it is simply impossible to increase the maximum limit (Data Connection Response Size)? If so, what can I do in my form to stop this from happening?

Thanks

2

There are 2 best solutions below

0
On

This is the default setting and it can not be changed in SharePoint Online.

Please refer below links which clearly indicates that we can not increase the Maximum limit (Data Connection Response Size) in SharePoint Online:

You can filter your data and you can pick only those fields which are required. This will reduce the size of data.

Hope this will help you.

0
On

In this case what can be happening is that the amount of data you’re pulling back in your queries has grown to an unmanageable size. Another possibility is that you’re including additional columns that perhaps you don’t actually need to include – by removing the unnecessary fields this could immediately resolve your issue if you don’t require all the columns.

For office 365 this one is going to work. including additional columns that perhaps you don’t actually need to include – by removing the unnecessary fields this could immediately resolve your issue in Office 365 if you don’t require all the columns.