I import embedded data from a querystring ?abc=9999.
I want to validate this embedded data.
If a value is wrong I wish to change it with JavaScript
Qualtrics.SurveyEngine.setEmbeddedData(‘abc’, 123);
This does not work, the value does not change.
If I leave abc out of the querystring it updates OK.