Listing data from transform script in UIB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 05:21 AM
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