From 6c6b2b3ed0e41100a6bf4f2efe4163f8f6fcfec4 Mon Sep 17 00:00:00 2001 From: Aleksa Krolls Date: Tue, 14 May 2024 15:31:02 +0300 Subject: [PATCH] new section for tasks --- form-sharing/4-upsertAsanaTask.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/form-sharing/4-upsertAsanaTask.js b/form-sharing/4-upsertAsanaTask.js index 22a32eb..792ef01 100644 --- a/form-sharing/4-upsertAsanaTask.js +++ b/form-sharing/4-upsertAsanaTask.js @@ -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`, @@ -28,4 +28,4 @@ each( externalId: 'name', data: state => state.data, }) -); \ No newline at end of file +);