Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed Apr 23, 2024
1 parent 1071730 commit c786af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions form-sharing/3-updateSheetsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});

0 comments on commit c786af4

Please sign in to comment.