Hi,
I have a rollup field that uses
ARRAYJOIN(values, "\n")
to create text with new lines. I want to copy and past that text to another application.
I'm think this worked at one point, but now my options seem to be:
a) Copy from the field in the grid view, in which case I get the new lines, but the whole text is surrounded by quotes that I don't want, or
b) Copy from the expanded view of the field, or the field in the expanded record view, in which case I get the text without quotes, but all run together without new lines.
Neither of those behaviours seems right, and the behaviour being different in the two locations seems odd too.
Hamish