I have a screen flow which pulls a list of Users based on a couple of parameters and then lists the user’s names in a multi-select picklist. I’m now trying to get the record for EACH user that’s chosen in the multi-select pick-list, but am not finding a way to treat the value(s) selected there as a variable. Does anyone have suggestions on how to do this?
#Flow #Screen Flow
You'll need to put the output from the multiselect picklist into a single text variable, then split it from there. Here's a trailhead discussion with some ideas on how to split the values.
How to split values in Flow? | Salesforce Trailblazer Community