I am trying to create the following rule but can't seem to find how:
Trigger:
when checklist "Checklist - Round 1 - Desktop" and "Checklist - Round 1 - Mobile" are complete in a card
Action:
add the green label to the card
@Digital Team Extra you can use the "when all checklists complete", but if this isn't all checklists, but only 2 out of several then you could do this by adding a label when each checklist is completed, then having a separate command that filters the card based on label.
So the first command would be:
When a checklist is complete add label "{checklistname}"
then you would have 2 other commands like:
When checklist "blah" is completed in a card with label "Other List" do such and such
When checklist "Other List" is completed in a card with label "blah" do such and such
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.