Skip to main content
Nintex Community Menu Bar
Question

Button Actions - update field on row is not working

  • July 10, 2024
  • 4 replies
  • 30 views

Forum|alt.badge.img+2

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

4 replies

Forum|alt.badge.img+7

Hi Raj

I don’t see a model save action?

Add a model save action and then check your results again.  


Forum|alt.badge.img+2

Thanks Gregg, i missed this , but  i am getting Invalid Reference Id: User Evaluated Contact Information … i am trying to give current user as lookup value for the field using {{$Model.RunningUser.data.0.Id}}  where RunningUser is a model with condition to get current user


Forum|alt.badge.img+2

Hi Gregg,

  this worked well , i have changed  {{$Model.RunningUser.data.0.Id}} to {{{$Model.RunningUser.data.0.Id}}} this is working… Thanks a lot


Forum|alt.badge.img+7

Yes that will work. Didn’t see your second part. It’s a pleasure.