Description
I am working on automations and I have to make around 7 automations per group on my main board, if I could use ‘is not’ or ‘or’ it would be 1 or 2.
e.g.
If item is created and only if Status is X and only if 2nd Status is A then move item to Group X
If item is created and only if Status is X and only if 2nd Status is B then move item to Group X
If item is created and only if Status is X and only if 2nd Status is C then move item to Group X
If item is created and only if Status is X and only if 2nd Status is D then move item to Group Y
Would become:
If item is created and only if Status is X and only if 2nd Status is not D then move item to Group X
If item is created and only if Status is X and only if 2nd Status is D then move item to Group Y
Or:
If item is created and only if Status is X and only if 2nd Status is A or B or C then move item to Group X
If item is created and only if Status is X and only if 2nd Status is D then move item to Group Y
What are you trying to achieve
As a Monday user I want to have fewer automations so I can have a better overview of my automations and can make changes more easily.