Help with a little text split from a get full text activity

Hello everyone, I’am having an issue regarding a get full text activity.

Here it goes. The text comes from a html like this:

"LINE 1"
"LINE 2"
"LINE 3"
"LINE 4"

And using a get full text activity using “full text” (native and ocr don’t work) the resulting text is as follows:

LINE 1LINE 2LINE 3LINE 4

And I need it to be like:
LINE 1
LINE 2
LINE 3
LINE 4

since I will split it in a later activity.

What are your recomendations for getting the
tags as actual break lines?

Thank you,
GSP

pd: if this is not the right place to post this, please let me know.

I am sorry, that did not turned out as expected… thing is, the html is like

Captura

Thank you,
GSP

Read as text and split on string <br
>

1 Like

how so?

thank you,
GSP