How to update multiple records in UI Builder

vtred
Tera Contributor

Hi, I am using UI Builder and I have two components List and Button

When user selects multiple records from the list as an Input and click the button - I would like to update those selected records with a value in the backend.

- I am able to get the sysId's of selected records in an array format: Example --> ['sys_id_1', 'sys_id_2', 'sys_id_3']

- I would like to use the "update multiple records" data component but not sure how I could send the payload to update the multiple records.

 

6 REPLIES 6

Hi Marc, I attached it as a PDF.. 

Marc Mouries
ServiceNow Employee
ServiceNow Employee

It's not clear how this UI aligns with your request to update multiple records in UI Builder. Did you check the doc I attached in my first answer?