I have three items in a board, let’s call them item 1,2 and 3.
When all three of them are completed, I want a notification to go out.
The issue is that they can be completed in any order.
Item 1 can be completed first, then Item 2 and then Item 3, as well as Item 3 can be completed first, then 1, then 2 and so on.
I have experimented with mirroring columns within the board and using Mondays “If status changes to x, and only if Mirror column status is Y” etc but that automation does not work for mirror columns.
Any ideas about how I can achieve this?