update text field on row but not lose original note on field

Dave…

This is definitely possible in Skuid! 

  • Create a button
  • use action to update field on row…choose your field you want to update here
  • in the value you want to set it to use merge syntax and then add your text on to the end.
  • So the value field in the action could be {{$Model.myModelName.data.0.myModelField__c}} test value
  • When you click the button it will update to what is in the field and append test value text to the end.
  • I think you can replace ‘test value’ with another merge syntax if you used a UI only field. Didn’t test it, but would imagine that would work.
Hope that helps!

-Jeff Rutter