Hey everyone! I'm trying to create a Butler rule that says: When a card is moved to a certain list, remove "Appt" from the card title. I see a Butler rule that shows how to add to a title, but not remove from a title. Any help in this is appreciated. Thanks!
Hello @Brett McPherson
You can do this using wildcards in the rule.
For example, if you had a card named "Appt This is the name" and, after moving to the list called 'Done', you wanted the card to be called "This is the name of the moved card", the rule would be:
when a card with a name containing "Appt {*}" is moved into list "Done", rename the card to "{wildcard1} of the moved card"
The text found in the first wildcard search in the Trigger is referenced numerically in the Action.
Read the Pattern Matching and Wildcard page for more information on how to use wildcards.
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.