You need to sign in to do that
Don't have an account?
Jack Volkov
Iterating through Multi-Select Picklists values via a Flow Loop Element?
Is it possible to iterate through a collection multi-select picklist values on a single record using a flow loop element?
According to this post, How do I assign multiselect picklist values to a collection variable in a flow? (https://developer.salesforce.com/forums/?id=906F0000000AntQIAS), it is not possible to assign a multi-select field to a collection variable but wanted to verify.
This is the flow that might help you achieve the same:
Here the catch is parsing decision box which acts as a small loop in itself (working on the length of the text variable containing the list of Ids, of the values passed) while segregating values separated by semi colon into a collection. This is done by two assignment steps ahead:
If you see, in first and third screenshot (amongst the above three) , I've used another variable (SinglePricebookIdMaker, ReplaceOriginalStringwithleftover), which actually is a formula variable to evaluate the string of values getting passed. Following are the screenshots for both the formulas
SinglePricebookIdMaker
ReplaceOriginalStringwithleftover
Hope this helps.
Cheers!!
Gaurav
If this answer helped, please mark it as solution.
Cheers!!
Gaurav
http://succeedwithsalesforce.com/parsing-an-objects-multi-select-picklist-selections-to-use-in-a-visual-flow/