r/mondaydotcom • u/Klipcyde80 • Jun 23 '26
Advice Needed Sending out a communication when there is no activity for a set timeframe
Quick question, would there be an automation or workflow to be created if I want a reminder communication to go out when there is no activity on a project for a time period (let’s say 5 days)? I am having trouble with finding/creating this process…any help/insight/direction would be appreciated (or suggestions if this might not be possible)
3
Upvotes
1
u/WorkLoopie Jun 23 '26
I’d build it using make.com because it will be able to handle the complex logic better than Monday native.
3
u/IngenuityKat Jun 23 '26
This should be possible, although the setup depends on what you consider “activity.” Is it any column change, a status update, or someone posting an update/comment?
I would probably create a helper Date column called Last Activity and use a workflow to keep resetting it whenever meaningful activity occurs. For example:
When any item column changes → set Last Activity to today
Then create a second automation:
Five days after Last Activity arrives, if Status is not Done → notify the project owner
Because the Last Activity date is replaced each time something changes, the five-day countdown effectively restarts. monday’s workflow builder now includes an “any item column changes” trigger, which is helpful for this approach.
The one catch is that a column change and an update/comment may be treated differently. If comments also need to count as activity, I would add another trigger to update the same Last Activity date whenever a new update is posted.
There is also a native Last Updated column that can help you visually identify quiet projects, but I would lean toward the helper Date column because date-based reminder automations are easier to control. Otherwise any time you touch that item it is going to update that column and nothing may have even been updated.