Sep 01 2023 11:05 AM
I have a list in SharePoint, used for contract management, with many fields, but recently I came across an error when trying to open one of the list items, it does not open and displays this message "Error during serialization or deserialization using JSON JavaScriptSerializer . The length of the string exceeds the value defined in the maxJsonLength property.", I tried to retrieve the data for this item using a stream in Power Automate but the attachments saved in it could not be accessed, does anyone know how to solve this?
Sep 03 2023 01:05 AM
SolutionThe error message you are encountering, "Error during serialization or deserialization using JSON JavaScriptSerializer. The length of the string exceeds the value defined in the maxJsonLength property," indicates that the data associated with this particular SharePoint list item is too large to be serialized or deserialized as JSON. This can happen when there is a large amount of data or complex data structures in that item.
To address this issue, you can try the following steps:
Remember to back up the problematic list item and its data before making any changes.
My knowledge of this topic is limited, but since no one has answered it for at least one day or more, I entered your question in various AI. The text and the steps are the result of various AI's put together.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark them as helpful!
This will help all forum participants.
Sep 03 2023 01:05 AM
SolutionThe error message you are encountering, "Error during serialization or deserialization using JSON JavaScriptSerializer. The length of the string exceeds the value defined in the maxJsonLength property," indicates that the data associated with this particular SharePoint list item is too large to be serialized or deserialized as JSON. This can happen when there is a large amount of data or complex data structures in that item.
To address this issue, you can try the following steps:
Remember to back up the problematic list item and its data before making any changes.
My knowledge of this topic is limited, but since no one has answered it for at least one day or more, I entered your question in various AI. The text and the steps are the result of various AI's put together.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark them as helpful!
This will help all forum participants.