Component JSON as Parameter fed into a provider?

So I was testing this out as it would be cool to copy and paste table like data into a parameter as JSON then put into a provider so its easier to update.

Is this or could this be possible?

Thanks

Here is my parameter anyway. also if you include links in the params they are the default blue might be worth updating.

{
  "tableContent" : {
    "label"       : "Price Data (JSON)<br><a target='_blank' href='https://csvjson.com/csv2json'>CSV TO JSON</a>",
    "type"        : "code",
    "expandable" : false,
    "lint": "json",
    "height"      : 10
  }
}

Found that you can force it if you use the inspector to add it.
{{dc:param:tableContent}} does work just doesn’t work if you add via the JSON provider box

Yeah that’s weird. I don’t know if it was doing this for you, but it just wouldn’t take the changes and every time I opened the popup it would reset. We’ll get that fixed thanks for bringing this up.

1 Like