I am trying to create an automation that goes something like this:
Let’s say that I have an Item that has a main Status column and then three other columns called Text, Graphics, and Landing Page.
The automation should go WHEN Text AND Graphics AND Landing Page are DONE, THEN change Status to DONE
My problem is that I only seem to be able to do WHEN Graphics changes to DONE and if and only if the others are already DONE. This means that if I change Graphics before the others, the main Status will not change to DONE.
@basdebruin the progress column was a great suggestion, but I think there is no way to automate that so that when it’s 100% it changes the main status to done
Thanks to both!