Daily Excel Log Files

Hello All,

I have a process that runs a couple of times a day.
I want the robot to create a excel file everyday it finishes the first process which will act as a log file.
I will use 3 variables which will be : User, Time, Result
Each time the process finishes, on the next blank line I want the robot to input the 3 variables above onto a new line and at the end of the day i have a daily log on excel.

How would I make such a system?

1 Like

Hi @dvn U can use add datarow at the end of the process and pass those 3 variables in arrayrow property.

@dvn , you can also use :slight_smile: Append line activity to add text to the existing .txt file