Forum Discussion
Americo Perez
Mar 28, 2019Iron Contributor
SPFx Get label name from managed metadata column?
Hi, I am trying to get the label of a managed metadata column from a web part but I a number instead of the name of the metadata (see image below) : My term storage looks like this: ...
- Mar 28, 2019
MarcDAnderson has a great blog post where he shared a JavaScript function to deal with this issue. I use it all the time and it simply works!
https://sympmarc.com/2017/06/19/retrieving-multiple-sharepoint-managed-metadata-columns-via-rest/
Hope this helps
Mar 28, 2019
MarcDAnderson has a great blog post where he shared a JavaScript function to deal with this issue. I use it all the time and it simply works!
https://sympmarc.com/2017/06/19/retrieving-multiple-sharepoint-managed-metadata-columns-via-rest/
Hope this helps
Americo Perez
Mar 28, 2019Iron Contributor