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! Go to 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]
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.
User | Count |
---|---|
36 | |
9 | |
3 | |
3 | |
2 |