Marketo Form Multi-Select Field to SFDC String Field | Community
Skip to main content
New Participant
April 5, 2024
Solved

Marketo Form Multi-Select Field to SFDC String Field

  • April 5, 2024
  • 1 reply
  • 1346 views

Hi all,

I have a multi-select field on a Marketo Form (used for users to select what products are they interested in). Currently, I have a corresponding text field in SFDC on both Lead and Contact objects. I hope to have the selections on the Marketo form to be listed in the SFDC field delimited by coma or any other separator. 

 

Is this possible to do without using any JS? Unfortunately, I have 0 JS knowledge. I am also looking into making a multi-select field in SFDC if the above idea is impossible - any suggestion with this strategy?

 

Thank you in advance 🙂

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Sounds like you didn't run any tests, since Select-Multiple inputs are stored as semicolon-delimited strings. This is the default behavior.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 5, 2024

Sounds like you didn't run any tests, since Select-Multiple inputs are stored as semicolon-delimited strings. This is the default behavior.