Get Repeater Data on click of button component
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 08:41 PM
Hi Experts,
i am stuck at a point where i need to fetch the data of repeater component after modifications done
i printing the the data as a record using modal ,here user has option to change the data and submit for update,and i need to modify the data on the record in the table with changed info
Any inputs how can i get whole data for each record when clicked on update button,here i am displaying 3 columns and 2 records ,i need the data to use it in my transform resource,when i am trying repeater output i am not getting the changed values but its fetching from data resource and displaying again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 11:46 PM
Hi Kiddy,
In ServiceNow UI framework, data is immutable.
You will have to create client states for storing value of the fields shown in modal, then, you can use that state values in transform.