How to leave a space in text file?

Hi,

Sorry if this is a simple question

I am using Write Text File activity to write input into a text file. How do I leave a space in between certain line ?

Eg.

From,

There are 5 apples
There are 5 oranges
There are 5 pears

To,

There are 5 apples
There are 5 oranges

There are 5 pears

Thank you

Use Environment.NewLine after any text.

2 Likes

Thank you! :slight_smile:

1 Like

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