is there a way to seperate each paragaph on this multiline?
I am using split by like this
and calling them one by one using
the item# modifier
so I take them by using :item #1, :item #2, :item#3
However, for some reason it doesnt get item #2 in my app and the 2nd paragraph goes to item#3 instead
I got a feeling that this approach is unreliable
is there a better way on how to do this?