Custom Workflow Activity for Setting Managed Metadata Field Values
In this post I'll show you how to build a custom workflow activity in Visual Studio that can update managed metadata field values in a SharePoint 2013 list or library. This is the final part of a three-part series on working with managed metadata fields in workflows: Getting and Setting Managed Metadata Fields in SharePoint 2013 Workflows . In this post, I introduce the scenario, explain why you can't use built-in list actions to work with managed metadata fields, and provide a conceptual overview of the custom workflow activities approach. Custom Workflow Activity for Getting Managed Metadata Field Values . In this post, I'll walk you through how to build a custom workflow activity in Visual Studio that gets managed metadata field values from a list item. Custom Workflow Activity for Setting Managed Metadata Field Values (this post) . In this post, I'll walk you through how to build a workflow activity that sets managed metadata field values on a list item. I