Hi everyone,
I'm using the Butler and finally getting around to changing my commands over from the bot into the power up.
With the bot, we were able to run commands like:
When a card with the blue "Recurring" label is added to the board, match "{cardname}" to "{*}: {*}" and copy card to list "{wildcard1} EPIC" on board "EPICS BACKLOG"
Does anyone know if there is a way to do this same matching condition in the power up? I can't seem to find it.
Also, we use a lot of commands that have multiple conditions on the trigger, for example:
When the name of a card in list "Reactive Done" with a name containing "[{*}]" is changed, match {textbefore} to "{*} [{*}]" and decrease {{Reactive_actual}} by {wildcard2}, match {textafter} to "{*} [{*}]" and increase {{Reactive_actual}} by {wildcard2}, find card "Reactive Actual" and Display "{{Reactive_actual}}" in purple with title "Reactive Actual Time Spent"
Any ideas? I'm hoping these things are still possible with the power up as they are part of what makes the butler SO GOOD!