Adding items to a Multi-select Option Set in workflows

In this article, we will see how to add items to a multi-select option set attribute within a workflow using the community utility Dynamics-365-Workflow-Tools SetMultiSelectOptionSet. In the above workflow, the customer (related opportunity account) Business Regions will be added to the Opportunity. If this opportunity already has some values, they won't be removed. The "SetMultiSelectOptionSet" utility … Continue reading Adding items to a Multi-select Option Set in workflows

Updating multi-select option set attributes in workflows

In this article we will see how to update a multi-select option set attribute within a workflow using the community utility Dynamics-365-Workflow-Tools SetMultiSelectOptionSet: Set default values for a multi-select option set attribute Before getting into the details, notice I have written another couple of articles to copy multi-select options attributes and getmulti-select options attributes in workflows. In our … Continue reading Updating multi-select option set attributes in workflows

Getting multi-select option set values in workflows

In this article we will see how to get the values of a multi-select option set attribute within a workflow using the community utility Dynamics-365-Workflow-Tools GetMultiSelectOptionSet: Sample workflow retrieving multi-select option set values Before getting into the details, notice I have written another couple of articles to copy multi-select options attributes and update multi-select options attributes in … Continue reading Getting multi-select option set values in workflows