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 Nov 30, 2024
1 parent d78a60d commit 447e7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions form-sharing/4-upsertAsanaTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn(state => {
approval_status: 'pending',
projects: ['1198901998266253'],
assignee_section: '1207247884457665', //OLD General Section: '1203181218738601',
assignee: '473999120764595',
assignee: '1208302456826465',
due_on: dueDate,
notes: `New form added to OpenFn: ${form.name} (uid: ${form.uid}). Please review the Google Sheet to (1) update columns L, N, & O, and (2) update column E (look for cells where it says "ADD MANUALLY" to add any values missing e.g., "Instance"): https://docs.google.com/spreadsheets/d/1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY/edit#gid=1559623602`,
};
Expand All @@ -21,7 +21,7 @@ fn(state => {
name: `Form archived: ${form.name}`,
projects: ['1198901998266253'],
assignee_section: '1207247884457665', //OLD General Section: '1203181218738601',
assignee: '473999120764595',
assignee: '1208302456826465',
due_on: dueDate,
notes: `Kobo form was archived: ${form.name} (uid: ${form.uid}). Please review the Google Sheet to (1) confirm this is correct, (2) remove from the "Deployed" sheet if you want to remove from the OpenFn Sync, and (3) update notes in the "Archived" sheet: https://docs.google.com/spreadsheets/d/1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY/edit#gid=1559623602`,
};
Expand Down

0 comments on commit 447e7bb

Please sign in to comment.