How do I avoid overwritting a row in google sheet while seting values from API response
问题 I have a JavaScript code that gets response from API and sets the values on google spreadsheet. The data that I get are users on a project that I need recorded to a sheet in spreadsheet. The only challenge that I need help is avoiding overwriting existing sheet data on subsequent loop, how can I handle this ? This first part gets project codes and uses it to make API call where the teams on all the projects are contained in a response. function readDates() { var ss = SpreadsheetApp