Relative Workflow Timelines Possible?

I’m setting up workflows that build standard deliverables.

A simple proofing task might have the following steps:
Proofing Group

  • Proofing Item
    • Receive content (7 days)
    • Estimate delivery (1 day)
    • Proof and deliver (3 days)
    • Requested Delivery Date (n/a)

I can set up a workflow that has sub-item timelines with a specific date or using the “Today” value.

Is there a way to set up relative timelines within the workflow block settings? (“Today”+x days)

I think I can create formula columns that would allow for it:
Date Item Created || Date plus 7 days || Date plus 8 days || Date plus 11 days

But I’d like to avoid adding that many columns for a one-time setup.

Which product (CRM/Work Management, etc) and level (Pro/Enterprise) do you have?

Hi @Parke,

I would recommend giving a try to our app - Advanced Templates. You can set due dates for items and subitems based on when they’re created, or even make them relative to the parent item’s deadline—no extra formula columns needed. There’s a free plan available too. Feel free to DM me—I’m happy to help you with the initial setup for free!

Best,
Andrzej

1 Like

Hi Parke - You can use the automation:

When an item is created,
set smart timeline to start today and end in number days.

This lets each task (like “Receive content” or “Proof and deliver”) generate its own timeline relative to today, just by setting the duration, no need for formula or extra columns.

If you want steps to follow each other (e.g., Step 2 starts after Step 1 ends), there’s another automation:

Every time period when Timeline1 ends,
set Timeline2 start in number days.

That way, tasks flow in sequence automatically.

It’s a clean, scalable way to manage repeatable workflows without clutter.

By the way, this is all handled by a monday.com app we built called Smart Timeline + Duration. It’s designed to sync timelines and durations intelligently, so you can build workflows like this without the manual work.

Plus, there are over 20 advanced recipes you can explore to automate even more.

Let me know if you’d like help setting this up!

1 Like

Hi! Work Management is our primary tool that I’m in.

I had the privilege to be in a training session with Megan Doge at Monday yesterday and she had this idea.

  1. Set a completion date
  2. Create a subitem
  3. Use the push date function to adjust time relative to the first date

I think this is my next step, but I’ll keep the above apps in mind. Thank you all!