From 5a615be1e6c624cbefa85a003c3162e4443d8470 Mon Sep 17 00:00:00 2001 From: Aleksa Krolls Date: Sat, 17 Aug 2024 19:28:19 +0300 Subject: [PATCH] aleksa@openfn.org's change on OpenFn.org --- form-sharing/4-upsertAsanaTask.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form-sharing/4-upsertAsanaTask.js b/form-sharing/4-upsertAsanaTask.js index ec6dd1a..be694c9 100644 --- a/form-sharing/4-upsertAsanaTask.js +++ b/form-sharing/4-upsertAsanaTask.js @@ -12,7 +12,7 @@ fn(state => { 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`, + notes: `New form added to OpenFn: ${form.name}. 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`, }; });