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.

Solved Solved
0 3 179
1 ACCEPTED SOLUTION

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]

View solution in original post

3 REPLIES 3

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]

Thank you Suvrutt!!!

You are welcome.

Top Labels in this Space