I'm using a custom Javascript in a workflow to calculate normscores and email the result which works great but I noticed that these calculated results (named for example ~{ch://OCAC_24jeSbfRIrd2Noe/CDIresultaat} ) don't appear when I export my data form the survey. I do see Embedded Data that I calculate in the survey flow. Is there any way to save the Javascript result from a workflow to an Embedded Data Field that I declare in the Survey Flow so it showes up in the data export?
Thanks in advance and best regards,
Marc.
Page 1 / 1
MarcCovents
Yes you can do this by including a webservice task and firing an API through it to update the embedded data within response. You have to include this task below the TD-1 to capture the value and push it in the response. You need the response ID which you can pipe directly from piped text as shown below.
https://yul1.qualtrics.com/API/v3/responses/${rm://Field/ResponseID}
Hope it helps!
Thanks for your answer but I don't have the API enabled in my account so I can't test it at the moment.
Marc
MarcCovents
Unfortunately, that's the only way to test it.
Hopefully you could connect to your BrandAdmin or AE to get it enabled!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.