-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List Formatting: Unable to update column containing deleted user with setValue #9670
Comments
bug confirmed also here: #9680 |
@shagra-ms @VesaJuvonen the problems with this Bugs in setValue or missing controls got bigger and bigger. Seems like something has changed in the backend but there were no json-schema-update or soemthing else. We are using JSON-FOrmatting in Many Very Big Lists and Sites in Our Company and have very big Pain-Points since some weeks after the SharePoint-Update "MC713894 - Upgrade for the latest Microsoft Fluent Design System visual styling on Microsoft SharePoint" and we've also created some support tickest but the support engineers often says to open issues here. So is there any idea when this problems can be solved or any idea what's the problem here? Sorry to annoy you with that but for us its a big problem. We love json-formating sharepoint-lists but actually its giving us full grey hair :D |
have you tried with Microsoft Lists web app UI? Have you already run a test to check if setValue is supported? It's basically the same list URL but with "?env=WebViewList" at the end. |
@Fedes365 doesnt work also It is supported, it works on some lists but doesn't at the most list, since 2 or 3 weeks. Every user who has the old ui (didn't got the MC713894 update) have no problems |
Thanks for tagging me @dborchers-gc and bringing this to my attention. I will check with engineer on this. |
Dear @shagra-ms, |
Fix for this issue in currently rolling out. Please validate this again next week, and let me know if you still face problem. |
Hi @shagra-ms ! Thanks for the fix, and the reply! The problems I faced with List Formatting have been posted in this repository issue. The problems I am facing are as following. Other issues related to List Formatting are as following. (Search results for List Formatting) |
Noted @tecchan1107. We are looking into it. |
Hey @shagra-ms , also, inlineEditField doenst work in customcards anymore since the new SharePoint list update. |
Hey @shagra-ms , |
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
When attempting to update a multiple selectable person column using setValue, an error is displayed if the field to be updated contains a deleted user.
Unable.to.update.column.containing.deleted.user.with.setValue.mp4
The update uses the
appendTo
andremoveFrom
operators. (Reference: Advanced formatting concepts)*Deleted user has not been removed from the user information list.
Steps to reproduce
Create a
Favorites
column (column type: Multiple Choice Person column) in the listSet the user to be deleted in the created column
Delete a user in the Microsoft 365 Admin Center
Set the following JSON in the
Favorites
column createdJSON
Expected behavior
Can be updated even if deleted users are included.
The text was updated successfully, but these errors were encountered: