Output Variable Naming (recode) to Salesforce | Experience Community
Skip to main content
Question

Output Variable Naming (recode) to Salesforce

  • May 15, 2026
  • 0 replies
  • 6 views

I have a survey with a multi-select question, akin to "Tell us which Products and Services you want to use next?" (pick up to 3)

Each option in this question has HTML for a Link and hover-over text.

I “recoded” the question with Variable Naming so I could use Variable Naming recode rather than the “selected options,” which carries all the HTML with it.

I go to my workflow and set up to feed data to Salesforce. There is an option to send “recoded values” which are just numbers, but no option to send the Variable Naming.

 

The end goal is to get a basic list of the selected items up to Salesforce (e.g., ServiceA, ServiceB, ServiceC). I saw a thread suggesting there might be some JS to accomplish this by concatenating the selected Variable Names and saving the result to an Embedded Field. However, I could not get the JS to work.