What I would like to do is use Regex to search a card when it is added to a board. My card will have a name like:
Test Client (12345) - 2024
What I want to do is search all the other cards in the same board for one that also contain 12345 and 2024. If there is a 2nd card, then I want to add a label to the 1st card.
Can I do that with Butler or do I need to use a powerup like Zapier?
If they are all formatted that way, with a space, a dash, a space, and then the year, then you could create an automation using Pattern Matching/Wildcards. It isn't exactly Regex, but, based on your description, it should do what you're looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.