Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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