Pages

Monday, December 5, 2016

Visual Studio SharePoint Workflow - DynamicValue Variable Type is Missing

When trying to add a DynamicValue variable type in a Visual Studio 2015 SharePoint workflow, you may notice that the type is missing.

image

This can happen if Microsoft.Activities namespace is not referenced in your project. Add the reference and you can access the DynamicValue variable type.

image

image

No comments:

Post a Comment