Dear Apps Devs,
it would be great if you could add a small feature to the variable transformations - the ability to generate a valid JSON list from a filter, for defining the columns of a table or the series for highcharts chart.
There is work-around with existing means that has the drawback that it generates invalid json and throws errors in the console and it doesn’t work on empty selections - otherwise it works.
I have created a simple example here with highcharts: https://internal.onedata.de/apps/builder/apps/98b799a2-5914-4125-a282-2ac725585d08
This is the essential part of the work-around:
"$series": {
"type": "object",
"value": "[{\"name\": {{filters.filter.City.values | list?separator=},{\"name\": }} }]"
}
Credits go to @Veronika for providing me with the work-around