How to update multiple records in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 12:26 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 01:25 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2022 05:10 PM
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?