If you have an expression that calls for :each item’s [field], it automatically separates those items with a comma. I’ve been searching and searching to try and figure out how to change the delimiter from a comma to a new line.
A word of caution regarding the :split by parameter.
It’s an interesting solution, but from what I know, it may not be considered the best for what he wants to achieve. For example, if my data field contains a comma, it will automatically split it into a new line (even if it’s not new content).
So, if I have a clean field without commas, it’s perfect:
But if my data starts to have a comma: