Is there a way to split the embedded data in survey flow and store the split value as a separate embedded data? | XM Community
Skip to main content
Question

Is there a way to split the embedded data in survey flow and store the split value as a separate embedded data?


Forum|alt.badge.img+4

Hi Folks, Is there a way to extract numbers from a embedded data field and store it as a separate embedded data in the survey flow?

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+32
  • Level 8 ●●●●●●●●
  • 633 replies
  • January 2, 2024

Not in the survey flow but we can create a workflow for it which should be triggered on new response record. Under this workflow we will add a code task to get the required value from embedded data and then use webservice task to run the update response API to update the resulted value in the required embedded date. 


vgayraud
QPN Level 5 ●●●●●
Forum|alt.badge.img+48
  • QPN Level 5 ●●●●●
  • 369 replies
  • January 2, 2024

Using custom javascript in your first question, you can retrieve and parse the ED you want to split and store the values in new ED fields.

See https://api.qualtrics.com/82bd4d5c331f1-qualtrics-java-script-question-api-class for the question API.


Leave a Reply