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
IFolder.ListItemAllFields.Update() fails when updating a multiple line text field to more than 255 characters.
Instead, IList.ListItemAllFields.UpdateOverwriteVersionAsync() must be used.
DELETE THIS LINE BEFORE SUBMITTING - Complete the following (if ignored you'll be prompted for it before we can address your issue... save the time and provide it in your initial submission).
SDK version: 1.12.0 / 1.13.0
OS: Windows 10
SDK used in: Azure WebJob (manually triggered)
Framework: .NET Core 6.0
Browser(s): Console
Tooling: Visual Studio 2022
The text was updated successfully, but these errors were encountered:
@IllumiC : do you have an option to check this behaviour from the UI with Fiddler (or alternative) and verify is another API call is used when the field content exceeds 255 chars?
Category
Describe the bug
IFolder.ListItemAllFields.Update() fails when updating a multiple line text field to more than 255 characters.
Instead, IList.ListItemAllFields.UpdateOverwriteVersionAsync() must be used.
Steps to reproduce
Gives the generic error to check if the field exists.
Expected behavior
Text is updated.
Environment details (development & target environment)
The text was updated successfully, but these errors were encountered: