Determine the number of components through a variable in UI Builder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 01:45 AM
Hello everyone,
I am building a Workspace in UI Builder, were the user makes a request for x-number of people. Every person should have a table with personal data etc.. Now I build the table for one person (see figure)
with a grid container, which doesn't seem like the perfekt solution but it works for the time being.
Is it possible to automatically multiply the grid container x-times on one site, in order for every person to have a unique table? The parameter x would be set in a previous site through the number of people in the list, so for every person in the list, a table should be displayed. Another option would be to add a table by just clicking a button, if that makes the problem easier.
I am not sure if that is even possible in UI builder, I am also grateful for other ServiceNow application recommendations which might do the job.