I am using SharePoint Online and try to build a SPFx WebPart. I am able to retrieve Enterprise Keywords
stored in my InteractionLogList, with Label
and GUID
. As well I am able to retrieve all the Taxonomy Keywords with Label
and GUID
. Therefore I can show them for existing list items. I can search and select using the TagPicker
. I am not able to store those values back to the List.
I read on Jason Lee's Blog to use REST API, a hidden field and to ensure no blanks in the label, or the list is corrupted. There's been a request for over a year to include Taxonomy in REST.
It seems to me JSOM would be a better way, but I couldn't find enough information to get started. I am new to the entire SPFx, TypeScript thing. I got long programming experience with C++ and C#.