Update.fields() not working? #985
guidorietbroek
started this conversation in
General
Replies: 2 comments 1 reply
-
So, I checked the code and it looks like |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is great! Thanks. I wasn’t aware of these docs. Otherwise I would definitely not ask this question 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all great library! Tx!
I'm trying to set some metadata fields and using this code, where
updates
is a dictionary.account.sharepoint().get_site('DOMAIN.sharepoint.com:/sites/SITE').get_list_by_name('Documents').get_item_by_id(1).update_fields(updates)
I get no errors, but when looking at the fields, nothing changed. I also see that it's possible to use save_updates() on an item. I can't use this on the update_fields() method.
Do I miss something?
Beta Was this translation helpful? Give feedback.
All reactions