Help

Creating tasks on a certain date automatically

Topic Labels: Base design
701 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Leo_David
4 - Data Explorer
4 - Data Explorer

Hello,

We run a marketing agency, and are on-boarding several clients every week. The issue we encounter is to keep track of the post on-boarding phase.

Is there a way to have Airtable automatically create a task say 30 days after a certain trigger event?

For example, when a customer moves from on-boarding phase to “complete” phase, schedule a follow call in 30 days. Essentially, it’s [date when moved to deal stage] + 30 = task date.

Any ideas?

Thanks!

1 Reply 1

Hi @Leo_David,

Welcome to Airtable Community! :grinning_face_with_big_eyes:

The way to do so is using an IF formula and a Last Modified Date Field, for example:

IF(Stage="Complete", Dateadd({Last Modified Date}, 30, 'days'))

BR,
Mo