Salesforce Fact #191 | Parse multi selected values in flow

In many use cases, we use multi select picklist or checkbox group and once the values are selected, we need to parse and use them as per our requirement.

The multi selected values are separated by semicolon. We can parse the string to get the individual values using decision, assignment, formula elements.

In this example, we are selecting multiple users and then populating the individual values in a collection.

Attached are the screenshots.


















Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow