Forum Discussion
Christophe Vandeput
Oct 19, 2018Copper Contributor
Updating Taxonomy Field in Remote Event Receiver
Hi, I'm trying to update a Taxonomy Field in a Remote Event Receiver. Like they discribe in the following post: https://github.com/SharePoint/PnP/blob/master/Samples/ECM.AutoTagging/README.md ...
DJBCurlew
Sep 30, 2020Copper Contributor
Christophe Vandeput
I've found the following works in SPO.
result.ChangedItemProperties.Add("TaxonomyField", "4;#My Term Value");
result.ChangedItemProperties.Add("TaxonomyHiddenField", "My Term Value|<GUID>");