Hi all,
I have an issue with a data field being transmitted to Salesforce. This field is a text field I have created in the survey end (hidden) to summarize the most relevant answer. This is the code:
Sub-Satisfaction items:
${q://QID8/ChoiceDescription/1}: ${q://QID8/SelectedAnswerRecode/1}
${q://QID8/ChoiceDescription/2}: ${q://QID8/SelectedAnswerRecode/2}
${q://QID8/ChoiceDescription/3}: ${q://QID8/SelectedAnswerRecode/3}
${q://QID8/ChoiceDescription/4}: ${q://QID8/SelectedAnswerRecode/4}
With the English master language, it works perfectly fine, but when I do the survey using another language, instead of the piped text, I only the the code being transmitted. I already tried not to copy but really insert the piped text code manually into the translated versions.
Does anybody knows how to fix this?
Thanks,
Florian
Solved
Failed transmission to Salesforce using multiple languages
Best answer by Florian_Klostermeier
No need for any feedback, I solved this using an embedded data containing the piped answers from the questions.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.