I am trying to write a text that is in a string but that contains different paragraphs, I am using a Type Into and every time I call the string the Bot will only write the first paragraph.
Any recommendation to write all the paragraphs? How can I identify the line change and make it visible when writing the text?
in general:
text emails: Linebreak - Environment.NewLine
html emails: Linebreak - <br>
or using p, div …element
also have a look here:
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.