Chinmay Atrawalkar
Chinmay Atrawalkar
@rjburdish Hi, is there any problem in this pull request ? Why this is not merged in project yet? @codediodeio Facing the same problem for nested fields. Please merge :)
@jamiewilson Can you please help
``` var sheetName = 'Sheet1' var scriptProp = PropertiesService.getScriptProperties() function intialSetup () { var activeSpreadsheet = SpreadsheetApp.getActiveSpreadsheet() scriptProp.setProperty('key', activeSpreadsheet.getId()) } function doPost (e) { var lock = LockService.getScriptLock() lock.tryLock(10000) try...

P.S I am using Next JS. Is there any setting that I have to do explicitly?
Got same error, I then gave proper headers... Got it resolved