I setup the following rule by selecting multiple list filters in the trigger setup:
when the due date is marked as complete in a card in list "Spring" in list "Summer" in list "Fall" in list "Winter", move the due date to the same day next year, and mark the due date as incomplete
I expect the due date to be moved to the following year and marked incomplete when checking off the due date of a card in any of those four lists. But nothing happens when i, say, check off a due date in a card in list "Fall".
The following does work, but but only for list "Fall" I'd need to setup a separate rule for every single "annual" type list, which would clutter up my rules quickly:
when the due date is marked as complete in a card in list "Fall", move the due date to the same day next year, and mark the due date as incomplete.
What is the first rule doing, if anything, and is there a way to do what I'm trying to do with one rule for multiple OR lists as a trigger?
@Billy Stidham you need to create separate rules for "or" conditions. However you might consider using a wildcard by renaming your list "Annual: Fall". That way you can have a single rule that says:
when the due date is marked as complete in a card in list "Annual: *" move the due date to the same day next year and mark the due date as incomplete
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.