You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assignee_section: '1207247884457665',//OLD General Section: '1203181218738601',
14
15
assignee: '1208302456826465',
15
-
due_on: dueDate,
16
+
due_on: deployedDatePlus5,
16
17
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`,
assignee_section: '1207247884457665',//OLD General Section: '1203181218738601',
25
30
assignee: '1208302456826465',
26
-
due_on: dueDate,
31
+
due_on: modifiedDatePlus5,
27
32
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`,
28
33
};
29
34
});
30
35
31
36
console.log('# of New Form Asana Tasks to add:: ',state.asanaTasks.length);
32
-
console.log('New form alert tasks to upsert:: ',state.asanaTasks);
37
+
//console.log('New form alert tasks to upsert:: ', state.asanaTasks);
0 commit comments