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?
Balajidev
(Balaji Dev)
2
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

Thank you very much it worked
2 Likes
system
(system)
Closed
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.