Hi there, I am hoping to write a Butler rule where the trigger "when the description of a card contains..." contains two phrases, not just one. Is there to make add an AND function so that Butler knows how to recognize when a card's description contains two specific phrases instead of interpreting it as one long phrase?
Not sure it will work because Butler does not restrict you only one “contain” in qualifying the action. Try it. Let us know.
@Lucy Hollister as @milynnus mentioned you can add multiple filter conditions and these should "and" together, you can also use regular expressions like this:
"regex:/.*(one|two|three).*/"
for an OR condition (or any other regular expression pattern match)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.