Contact us

Resolve term internal value from managed metadata

Resolves the internal values of a taxonomy field in this format: “WSSID;#VAL|GUID.”

resolve_term_internal_value_from_managed_metadata_1

This is necessary because SharePoint workflows use different formats to get and set managed metadata field values. When retrieving a managed metadata field value, SharePoint returns the format “VAL|GUID.” When setting a value, the format “WSSID;#VAL|GUID” is required, where WSSID is the ID of the associated row in the hidden taxonomy list.

Note: This activity automatically creates a WssId for terms that are not yet referenced from the site.

SharePoint Workflow Designer Phrase#

Resolve this term internal value from this group in default term store at this site URL. Language: 1033. Store result in variable.

Parameters

ParameterDescription
this termPath of term set and terms, separated by ‘|’ or ‘;’
Example: “Week” – removes the term set “Week”
Example: “Week|Mon” – removes the term set “Week” and sub-term “Mon”
Example: “Week|Mon|AM” – removes the term “AM”
Note: A single name cannot exceed 255 characters and cannot contain any of the following illegal characters: ; " < > | & tab
this groupName of the term group.
default term storeOptional. Name of the term store. If left empty, the first term store will be used.
Updated on October 24, 2024