How to make automatically delete rows with multiple sheet in google script based on trigger, I’ve used this script and it worked, but I want this script to be able to use two or more tab sheets at once while the current script only uses one tab sheet. how to use more than one tab sheet in getSheetByName? Can anyone
Tag: spreadsheet
Google script – use every time the newest sheet
I want to create a script which should use everytime the newest sheet. The sheet gets updates from another group and I want to create an email alert, if I have something to do. Everytime this …