function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mdglover5Mdglover5 

Mapping of mutli-select checklist from Flow to SFDC

Hi all, 

 

I am doing some work on flow and having some issues with mapping a multi select checklist into an object. 

I can create the field on the flow easily enough, but when i try and map it to a field in a custom object, I get no data returned. 

 

Anyone have any ideas I can try?!

 

Thanks

 

Matt

 

Tyler Whitesides SDTyler Whitesides SD
Hello Matt,

I struggled with this for a while as well.  I fixed it by adding an Assignment step directly after the screen with the checklist and create a variable with the multi-select checklist input field as the value.  Make sure to use Equals and not Add. This will store all of the values as a long string separated by semicolons.