Skip to content

Commit

Permalink
new section for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls authored May 14, 2024
1 parent 14309d6 commit 6c6b2b3
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 @@ -9,7 +9,7 @@ fn(state => {
name: `New form added to OpenFn: ${form.name}`,
approval_status: 'pending',
projects: ['1198901998266253'],
assignee_section: '1203181218738601',
assignee_section: '1207247884457665', //OLD General Section: '1203181218738601',
assignee: '473999120764595',
due_on: dueDate,
notes: `New form added to OpenFn: ${form.name}. Please review the Google Sheet and look for cells where it says "ADD MANUALLY" to add any values missing (e.g., "Instance" the form belongs to): https://docs.google.com/spreadsheets/d/1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY/edit#gid=1559623602`,
Expand All @@ -28,4 +28,4 @@ each(
externalId: 'name',
data: state => state.data,
})
);
);

0 comments on commit 6c6b2b3

Please sign in to comment.