Add a Row to the Repeater When the Button Is Clicked in ui builder

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2024 02:51 AM
How to add a row to a repeater on submitting a form in custom modal in UI builder.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2024 02:57 AM
Hi @Community Alums ,
Please refer to below doc: https://docs.servicenow.com/bundle/washingtondc-application-development/page/administer/ui-builder/task/repeaters.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2024 03:34 AM
mentioned doc is not explaning how to add data from client side to repeater.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 10:21 AM
Adding row to a repeater meaning? In repeater component depending on the number of iteration of the data, the component present inside the repeater will be iterated. whats your requirement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:24 PM
Develop form something like Multi Row Variable set, to add multiple items in a single request in UI builder.