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.