Copy data to a separate file when submitted
问题 I'm wondering if when submitted, the data can be pasted to another separate file (and not tab). Do you think that there's a way? You can access the file here : https://docs.google.com/spreadsheets/d/1FFlsfFyVyQobnbfAgQZA_r5IQeBhgOdK4cBpi5yo77U/edit?usp=sharing Following code: function myFunction(){ var ss = SpreadsheetApp.getActiveSpreadsheet(); var inputS = ss.getSheetByName("Input"); var outputS = ss.getSheetByName("Output"); var inputRng = inputS.getRange("A2:I2"); var values = inputRng