UI Builder : How do I save the information on a page | Update Record ?

Ketan Mittal
Tera Contributor

I am working upon UI Builder - Profile page and trying to save the BIO details via the save button. However, I have no idea how to do that. I went to Data Resource and took a update record activity but do not know what to do after that. Need help.

find_real_file.png

find_real_file.png

2 REPLIES 2

Marc Mouries
ServiceNow Employee
ServiceNow Employee

You need to call the "Update record" data resource as described at the bottom of this article: How to update a record with the value from a field in UI Builder?

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Ketan,

You can pass data to this data resource when you call it using its event handler rather than input properties. You can see an example of this in exercise 5 of my UI Builder CreatorCon lab from this year, which might be helpful for you to run through if you haven't already. You may have to register for one of the digital knowledge events (they're free) in order to access that content.