I’m trying to build Notion automations and can’t find a way to trigger a Notion task with a future due date. Does anyone know how I’d go about that? I think the issue is I’m not necessarily looking to set up a recurring task. For example, I’m wanting to trigger a “follow up with prospect” task to populate when a new item is added to my “Sales Opportunities” database. BUT, I want that follow-up task to be due x number of days after the trigger date.
Hello @Garrett_Clawson, it sounds like you would like to create a “Task” in your Notion “Tasks” database when a new “Opportunity” is added to your “Sales Opportunities” database. If my understanding is correct, here are some considerations:
Is there a relation between your “Tasks” database and your “Sales Opportunities” database?
To create your default task, you can use the “Create a database item” Notion module in Make. To set up the due date in the future, you can use the following formula: {{addDays(now; 5)}}
In this example, the due date would be 5 days from the automation run (now) – image attached is a screenshot of this
Make sure to also populate the relation property via the automation (so that your task is related to the appropriate “Sales Opportunity”. You can do this by mapping the ID from your trigger module
One more quick question - I’ve been trying to dynamically map an array from an existing database item on to that new task/database item, but Make keeps throwing an error. Do you know why that’s happening? I don’t want to assign the same array to each new dB item but want it to reflect the array found in the existing item in the other dB.