How to update the same text file with different content automatically?

Hi,
I have an excel sheet with names

I would like to create a SINGLE text file that can write all the names one by one automatically.
for example.

image

I can read each row from the excel sheet but when I try to put it into a single text file there is a text file created for every row. I want to add all the rows in a single text file.

Please help me out, any suggestion is welcome

Thank You.

See here

https://forum.uipath.com/t/write-text-from-multiple-pdfs-to-single-text-file/404190

1 Like

hi @ice_cream

first loop trough your dt and for each row you need to append the range in the same text file with this activity
image

in text field pass the row(name from excel) and in the second select your file to be writen

hope it helps

best regards

2 Likes

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