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
In sharepoint I have a column " Deck type" which accepts multiple choice values
To update the column value of a particular file I'm executing the below code
Upon executing this code I'm getting the below error
ClientRequestException: ('-1, Microsoft.SharePoint.Client.InvalidClientQueryException', "An open collection property 'Deck_x0020_type' was found. In OData, open collection properties are not supported."
Could anyone please tell the solution for this error?
The text was updated successfully, but these errors were encountered:
thank you for reporting it, it confirmed to be a bug and could be reproduced in version 2.3.4 version and related with List Item update method when entity type is incorrectly getting determined.
In sharepoint I have a column " Deck type" which accepts multiple choice values
To update the column value of a particular file I'm executing the below code
Upon executing this code I'm getting the below error
Could anyone please tell the solution for this error?
The text was updated successfully, but these errors were encountered: