How do I write a linebreak in UiPath?

Hi,

How do I write a linebreak in UiPath?

1 Like

@Prakitk

Hey Try with Environment.NewLine this:

“line 1”+Environment.NewLine+“Line 2”

7 Likes

Thanks :blush:

Hey,
New line does not works when the IS HTML flag marked as true.

In html you can use br/ tag for new line.

1 Like