Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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