Hello everyone, I’m a beginner in Uipath and just started playing around with it.
I just learned array variable and made a workflow where the user enters his/her name and age, after this UiPath writes them in a text file.
Now every time when the user enters a new entry it replaces the previous entry. How can I make sure all my previous entry are maintained in the text file.
Hi @RishiVC1 For new lines you can use Environment.Newline where ever you want to put a new line. Variable1+Environment.newline instead of Variable1+" "
Hope you are clear.
Regards,
Jiban