I want to generate an excel sheet using JSON to Excel converter plug in. Even though I am passing the json correctly, I am getting an error message:
Discussion posts and replies are publicly visible
Even if it might be confusing, the text box in which you enter your JSON is not meant to understand JSON. This is a SAIL language editor.
If you want to directly write JSON, then you need to wrap it in quotation marks. If you want to write it in Appian SAIL syntax, then you can use the toJson() function to turn it into JSON.
I suggest the second approach.
yeah, sorry i didn't notice at first, he's definitely trying to save a plain dictionary (not json text) straight into a PV (presumably text type). Not sure why they'd expect that to work... JSON is a specific format, which he's completely skipping.