Prakitk
(Prakitk)
1
Hi,
How do I write a linebreak in UiPath?
1 Like
aksh1yadav
(AKSHAY YADAV)
2
@Prakitk
Hey Try with Environment.NewLine this:
“line 1”+Environment.NewLine+“Line 2”
7 Likes
Hey,
New line does not works when the IS HTML flag marked as true.
rahamtullah
(Mohammed Rahamtullah)
5
In html you can use br/ tag for new line.
1 Like