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
Post a Comment