Get Repeater Data on click of button component

Kiddy
Tera Guru

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

 

Kiddy_0-1751081713885.png

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.

 

1 REPLY 1

Manoj89
Giga Sage

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.