Action to append string to existing text cell.

I would like to add an action button that will append a string to value of an existing cell instead of overwriting it. Please help.

Please create the action of type “Data: set the values of some columns in this row” with an expression in the format

CONCATENATE([Column], " String")

Where “String” is the string that you wish to append to the column [Column]

2 Likes

Thank you Suvrutt!!!

1 Like

You are welcome.