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?
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.