Hi,
we would like to POST a JSON Array with dynamic values via Webservice task. The value should look like
"u_external_attachment": :"https://clientexample.com/jfe/file/F_2SvQJLJSDGhLWgG", "https://clientexample.com/jfe/file/F_AbLRHqXLqUGqW3f", "https://clientexample.com/jfe/file/F_3I0ITNq5Gr1Wveo"]
Qualtrics encloses the value part with quotation marks and masks the existing quotation marks with \. In the data (data & analyses) we see the value as we expect it. But in the JSON output of the webservice we see it like this:
"u_external_attachment": ":\"https://clientexample.com/jfe/file/F_2SvQJLJSDGhLWgG\", \"https://clientexample.com/jfe/file/F_AbLRHqXLqUGqW3f\", \"https://clientexample.com/jfe/file/F_3I0ITNq5Gr1Wveo\"]",
What can I do to prevent Qualtrics from masking my data. Any help is appreciated.
Thanks,
Gerlinde