# Get assignable value from taxonomy field

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/managed-metadata/value-taxonomy/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/managed-metadata/value-taxonomy/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12


Returns the assignable value from a taxonomy field in this format: "WSSID;#VAL|GUID".

![Get assignable value from taxonomy field activity in the SharePoint Workflow Designer](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_assignable_value_from_taxonomy_field_1.png)

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.

This activity supports managed metadata fields that accept multiple values.

***Note**: If you want to update managed metadata fields that accept multiple values, you should use the [TaxonomyFieldName]\_0 column.*

## **SharePoint Workflow Designer Phrase**

Get the assignable value from **this field** in **this item** and store the result in **variable**.

**Parameters**


| Parameter | Description |
|---|---|
| this field | Field display name, field unique ID (GUID), or field index (int). |
| this item | List item. |

