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.

Create data grid ui builder

dhivyalaksh
Tera Contributor

i want to show a data grid based on the filter selected on the experience.

dhivyalaksh_0-1758871754980.png

how to use repeater component

 

can anyone help me to resolve this

3 REPLIES 3

Neeraj Modi
Tera Guru

Hi @dhivyalaksh 

I think this is achievable via the Richtext; you just need to code the data between the html tags, create a table, add the rows under it and return the whole table, it will work as expected.

 

 

Henrique Costa
Tera Guru

Hi,

Maybe label value component could help. 

 

dhivyalaksh
Tera Contributor

Hi 

This data should be populated dynamically based on filter selected and need to achieve this using ui Buiilder