I created a button, and I applied a handler to this button to collect data from some fields and write them to a spreadsheet. However, I want the script at the end of this operation to open the URL (the summary page of the site where it is connected to my script). How can I apply a link to a button using a handler?
I am trying to do what, in my opinion, was quite simple and seemed like a mystery. I have looked at many stackoverflow pages, but I have not found an answer.
source
share