In a search, is there a way to add a value to the ...
# general
a
In a search, is there a way to add a value to the end of a field? For example: adding an "A" to the end of each line in this column without doing a csv upload
m
CONCAT({yourfieldid}, 'A')
a
Thank you so so much! @Marc
👍 1