Retrieving an array stored in Embedded Data - JavaScript | XM Community
Skip to main content
Question

Retrieving an array stored in Embedded Data - JavaScript

  • September 19, 2024
  • 1 reply
  • 78 views

Forum|alt.badge.img

I stored an array containing integers as an embedded data field during a qualtrics survey (setEmbeddedData). I am able to use this array during the survey flow with the getEmbeddedData(<array>) method. However, when I export the data, e.g. as a CSV then only one element is displayed (apparently just the first element of the array).

 

I know the solution would be to store a stringified array and this for sure will be visible when exporting (thing that I normally was doing), but in this case that was not done and the data was already collected so adding that modification will only help for future answers. I would like to know if there’s a way to recover that information somehow or if it is lost for good.

 

Thanks everyone for the provided support.

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • September 19, 2024

I think it is lost for good.