Hi,
There's probably a simple answer but when I use CHAR(10) in a cell formula in a form, it results in a space (probably a non printable character) instead of a break.
The formula I am using is:
=JOIN(COLLECT(Column1:Column1, Column2:Column2, "Responsible"), CHAR(10))
Even if I use:
="Apples" + CHAR(10) + "Oranges"
I just get "Apples Oranges" with no line return.
I'm using a Mac and Chrome.