Set relative due date on (multiple) sub-items

Hi there,

I’m trying to build out a workflow using sub-items and am struggling with two issues:

  1. I would like to automatically create sub-items when an item is moved to a given group. Currently I need a separate automation for each individual sub-item, and each sub-item is created in a random order. It would be ideal to be able to create multiple sub-items from a single automation, in a fixed order.
  2. It is not currently possible to set a relative date on sub-items. For example, each item has a start date. I would like to be able to set a date on each sub-item that is the start date + 5 days, +30 days etc. We’re not able to use sub-items effectively without this. For reference I’ve found several FAQs from others looking to achieve this, but no official feature request!
    Relative due date of subitem based on item date column

Thanks!

Naomi

@NaomiCoe For #1 you could have a status column that triggers the subitems. So one automation that says “When item moves to group name, set status to group name” and then set another automation that says “When status changes to group name, create sub item”.

1 Like

hi @NaomiCoe

Interesting use case. We developed an app for one of our partners that does do something like setting a relative date in subitems on creation. The only difference is that the subitem date is set to the next weekday (e.g. next Monday, Tuesday, etc.). This could be changes so that it takes a number column on the subitem that defines the day after the main item date. The current recipe is:

And would go something like:

When status (in parent item) changes to Value, set Date for each subitem to This number of days after this Date (in parent item). If you are interested in such a custom app, please fill out this form here and send it to our partner Work Perfect. @Kimb

1 Like

We have the same issue, I want to automatically create a series of sub-items to a parent task item depending on the task type and assign each sub-item a due date relative to the creation date of the parent. The due date for each sub-item could be different. For example on of the task would involved archiving some data for a period and I’d want to sub-items, the first for creating the archived item, the second a reminder in a year’s time to delete the item from the archive.

Hey @tonyingall

We developed an app that offers a few different ways to automatically create subitems and assign them with a relative due date.
I’m not sure what exactly you’re looking for so adding here some examples -

If subitems have the same name you can use this as a template →

And you can use different statuses to trigger the creation of subitems with the relevant names →

A different approach is to create subitems with a value in their number column and use that as offset relative to their parent item →

You can also use the same logic with item’s date change or status change →

You can find it in the monday.com marketplace in the platform or here - monday.com: Apps Marketplace

Hope that helps!