I’m trying to send values from a checkbox field to Salesforce but I think it needs to be in a string instead of individual values. Is it possible to do this?
e.g., option 1, option 2, option 3 …
instead of:
option 1
option 2
option 3
…
I’m trying to send values from a checkbox field to Salesforce but I think it needs to be in a string instead of individual values. Is it possible to do this?
e.g., option 1, option 2, option 3 …
instead of:
option 1
option 2
option 3
…
Hello. What method are you using to send information to Salesforce now? Is this via a query string redirect, Zapier, or another add-on? We’ll need to know that to know the best way to approach this. Thank you.
Wow thanks for the quick reply
I’m using this addon and getting an API error, so I think the string is what I need to fix it.
For a separate project, I noticed that Zapier already has the option built in! I’d do it that way, but there are many forms and it would be tedious to set it all up. And I’m 90% there with the add-on at this point.