I am doing update a field on row action on button action.The changes are reflecting in the UI but they are not actually saving back to database. When u refresh the page the values are setting back to blank. I checked from workbench the fields are not actually getting updated back to database . Am i missing something while giving actions on Button

rajasekhar reddy
rajasekhar reddy
this worked well , i have changed {{$Model.RunningUser.data.0.Id}} to {{{$Model.RunningUser.data.0.Id}}} this is working.. Thanks a lot
Gregg Baxter, Official Rep