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.

how can i manipulate data recieving from rest data broker in UI Builder

mishra007
Tera Contributor

how can i manipulate data recieving from rest data broker in UI Builder

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

You can either use a scriptlet data resource to transform the output of your REST data resource into something usable on the page somewhere else or you can use a scripted property wherever you're binding the data.

Here's an article about data resources and here's a video showing how to create a new one.

View solution in original post

1 REPLY 1

Brad Tilton
ServiceNow Employee
ServiceNow Employee

You can either use a scriptlet data resource to transform the output of your REST data resource into something usable on the page somewhere else or you can use a scripted property wherever you're binding the data.

Here's an article about data resources and here's a video showing how to create a new one.