diff --git a/form-sharing/3-updateSheetsList.js b/form-sharing/3-updateSheetsList.js index 38dd05a..65ff6b6 100644 --- a/form-sharing/3-updateSheetsList.js +++ b/form-sharing/3-updateSheetsList.js @@ -60,7 +60,7 @@ fn(state => { //if new Kobo form shared, adding to the Google Sheet... appendValues({ - spreadsheetId: '1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY', - range: 'sheetsList of kobo forms!A:K', + spreadsheetId: '1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY', //sheet id + range: 'sheetsList of kobo forms!A:L', values: state => state.sheetsData, }); \ No newline at end of file