Resolves the internal values of a taxonomy field in this format: “WSSID;#VAL|GUID.”
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
Parameter | Description |
this term | Path 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 group | Name of the term group. |
default term store | Optional. Name of the term store. If left empty, the first term store will be used. |