I've got a text field on an Invoice line that can ...
# advancedpdf
c
I've got a text field on an Invoice line that can have X number of lines separated by hitting [Enter] (new line "\n"). In the console, I can split these out using .split('\n') as expected. In advanced PDF, if I do ?split("\n") on the same field, it isnt splitting. Is there a better/correct way to do this in advanced PDF I am just not seeing? I could use ?split(",") when they were comma separated just fine so its like the new line isn't there.