Listing data from transform script in UIB

ValentinG
Tera Contributor

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" component or something similar. How do I bind the "List" component's data to the resource?

0 REPLIES 0