In a search, is there a way to add a value to the ...
# administration
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
k
{field}||'A'
Formula (Text)
k
or CONCAT ({yourfield},‘A’)