I have peculiar issue :
I wanted to get the "Total points" from the Forms response and based on a condition to send all the responses to some mail users. I've did most of the part like how to download the actual excel with all the responses :https://www.youtube.com/watch?v=4eWGdi_C2hQ
After this comes the tricky part, I want to recreate that excel file into another but in SP document library(which I did), and from that newly created excel file to always take the last row from the Table and add it as a new row to a "final" excel file. By "final" I mean that I don't want to always search for the last excel file created and do what I want to do afterwards, I want to create the file, copy the information I need into another excel file and then delete it.
