Hello Everyone,
We have a Repeating Section with 14 columns. And the SharePoint list is being updated by an SSIS package in the backend. One of such entries made 61 rows. So, now the Repeating Section has 61 Rows & 14 Columns.
When edited the Nintex Form & tried to save/cancel, it gave an error with some correlation id. The correlation id said :
System.InvalidOperationException: Operation is not valid due to the current state of the object.
at System.Web.HttpValueCollection.ThrowIfMaxHttpCollectionKeysExceeded()
at System.Web.HttpValueCollection.FillFromEncodedBytes(Byteo] bytes, Encoding encoding)
at System.Web.HttpRequest.FillInFormCollection()
How do we overcome this issue ?
Thanks in advance.