I have multiple columns that I’m using to track progress through development, but for reporting I want a single column to use as a “flag”. These columns have multiple status options like “stuck” and “ready for review”, so by the time I write up automations for every column and every status, it’s like 30 automations.
I’d love to have an “OR” statement in the automations to say "if the status of A or B or C or D or E changes to “Stuck”, Update column G to “Stuck”. Then I could just duplicate this for the different status changes.