I created a daily logging .csv file that is present in windows explorer but I want to have a button that opens the current file and a button the prints the current file. A report needs to be printed every morning.
There are several options for you to open the .csv file.
You can either import the .csv file into Datatable object and then view the datatable cells in Lookout, or use Run object to launch Excel and open the .csv file.