Listing data from transform script in UIB
Hello,I have a transform (data broker) script which retrieves data from the backend and returns a JSON.stringify()-ed list of objects. { "output": "[{\"property\": \"value\"}, {\"property\": \"value\"}]" }I would like to list it in a "List" compone...