How to detect next line in textbox?

In a text box how can I track next line
For example:

Boy
Girl
Baby
Song
Sleep
King

Now in the example there are multiple words and every word in next line I want to detect that and add # in the front of each word…

Can anyone help me with that?

Use ContainText block
In text put your whole text
And in piece type \n

If it returns true than it means it contains new line
contains

Try something like this

5 Likes

Thank you very much it worked

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.