I am integrating MailChimp with Salesforce and have a multiselect checkbox list in MailChimp that I need to be connected to a series of checkboxes in Salesforce as opposed to a multiselect picklist. Is this possible? Is there a way to separate the choice from MailChimp to be able to connect them to the Salesforce fields? Can I use Formatter for this?
Hi
Try using Formatter > Utilities to handle the line items: https://zapier.com/help/create/format/create-line-items-in-zaps
The advanced approach would be to use a Code step: https://zapier.com/apps/code/help
Most robust way would be to use 1 Code step, because the results returned from Mailchimp could vary.
For example, it could return A,B,C or A,B or B,A, etc.
The general idea with the Code step logic would be to take the inputs, split the inputs, loop over each and check against logic to determine if it exists, and if it does exist, then to set it’s values as TRUE.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.