Hello,
I am having issues with the new data parser. Before, I never had to input “Escape” values into nested variables containing double quotes.
This is value of the variable I’m running in collection runner:
{"@Type": “Skill”, “Key”: {“Name”: “electrician”}},{"@Type": “Skill”, “Key”: {“Name”: “plumber”}},{"@Type": “Skill”, “Key”: {“Name”: “construction”}}
Do I have to put “” in between each quotation mark? I tried doing the ““Type”” format but it doesn’t seem to work.