Appending to excel file

HI all,
i have a text file that contain certain data
first i need to read the text file and write it to excel file and
then continuously append the text file to excel file without stopping the program execution

it means that whenever we change the text file that changes need to be append in the excel file also

can u please help me ?

If your bot runs continuously you can check if the file is modified by using https://activities.uipath.com/docs/monitor-events and https://activities.uipath.com/docs/file-change-trigger. Give it a try, good luck.

@ANU_1996

You can use Append Range activity to append data to Excel file.

Hi @ANU_1996,
Welcome to the Community!
You need to operate with Read Text File and Append Range activity.
Here you have example of use:
image