Hey Ashley,
Thanks for the explanation. Since the dictionary itself has the actual data inside of the data key, basically a JSON inside a json, I'm having to stringify twice.
Beautified String gives me this:
which when directly passed as the data in the api fails.
On stringifying again, I get this which seems to work:
.
Instead of using localvars, I'm now using globalvars which seems to work even in the export. Would you recommend instead that I just pass the data value to the API and reconstruct the dictionary after retrieving it in a get call?