Use a comparison to perform an automation

On my project summaries board with groups Hot, Active, Inactive, and Closed. I would like to automatically move items from Active to Inactive if they have sat idle for 60 days. Ideally, I would run an automation that says if TODAY - Last Updated > 60, move item from Active to Inactive. Is this possible? If not, any suggestions on other ways to do this?

Thanks
Bruce

@BruceB,

There is currently no way to reference the Last Updated date in automation triggers.

However, like many of these “how do I”/“is it possible” questions, moving an item to a group based on it’s last update date is possible using monday’s API and therefor using something like Integromat or a custom app. If you are interested in pursuing this, I’m more than happy to help.

Jim

Thanks Jim. I will look into what Integromat has to offer.

Hi Jim, I’m looking to automatically move an item if 60 days have passed and the Last Updated date hasn’t changed… any suggestions?