- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2021 08:03 AM
Hi everyone,
I'm using a Form fields component to display the content of a record. The fields are of course editable. My question is, after editing the fields, how do I save the new data / update the record? I imagine I'd have to use a button component but I'm not sure how to set it up to do the job.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2021 09:24 AM
There are no OOB "Update" and "Save" button" for current a Web form. I wish ServiceNow can develop those components for all type of forms in future release.
You need to create your custom components for both "Save" and "Update".. I have created videos for both button for list view. You may use them as your reference:
UI Builder Custom Components Experience Part 1 (UI Action, Data Resource binding and Event Handling
UI Builder Custom Components Experience Scripting - Part 2 (Data Resource and Client Script )
Please mark reply as Helpful/Correct, if applicable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2021 09:24 AM
There are no OOB "Update" and "Save" button" for current a Web form. I wish ServiceNow can develop those components for all type of forms in future release.
You need to create your custom components for both "Save" and "Update".. I have created videos for both button for list view. You may use them as your reference:
UI Builder Custom Components Experience Part 1 (UI Action, Data Resource binding and Event Handling
UI Builder Custom Components Experience Scripting - Part 2 (Data Resource and Client Script )
Please mark reply as Helpful/Correct, if applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2021 04:24 AM
Thank you so much for the videos, they totally saved me! I'll be watching the rest of your videos... 😃