Sat.Feb 16, 2019 - Fri.Feb 22, 2019

Remove undefined
article thumbnail

Using Slack Slash Commands to Send Data from Slack into Google Sheets

David Walsh

Delete the boilerplate myFunction() code and replace it with the following few lines: function doPost(e) { if (typeof e !== 'undefined') { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheetByName('Sheet1'); sheet.getRange(1,1).setValue(JSON.stringify(e)); setValue(JSON.stringify(e)); } }.

Data 90