Is it possible to save all answers selected as embedded data? | XM Community
Skip to main content

I have a multiple-select question (Question 1) which has 5 response options: A, B, C, D, E.
If the participant selects A, D, and E , I want to save each choice as a separate bit of embedded data so I can manipulate it later. For example, I'd like to save each choice similarly to this:
Response1_EmbeddedData = [selected "A" choice from Question 1]
Response2_EmbeddedData = [selected "D" choice from Question 1]
Response3_EmbeddedData = [selected "E" choice from Question 1]
Is this possible?

That's possible.
You can add 5 embedded data in the survey flow and using the branch logic condition you can set the value of this 5 embedded data.
Here is the support page for Branch Logic.


Leave a Reply