Trigger:
When the "Fast Case", item is checked in a checklist named "Site Services Checklist", by anyone
Actions: Find a card titled "Fast Case Sales Tasks", in list "Fast Case", on board, "Fast Case Template"
Copy the card to the bottom of list ____________
Here is my dilemma. The target list name changes. So, I want it to copy the card "Fast Case Sales Tasks" to the "list" where the "checklist" triggered the "action".
I cannot find a variable I need to use to make copy back to the list where the checklist triggered the action.
Hey @Mary Lawrence,
Welcome to the community, and happy holidays!
If you'd like to copy the card's content that triggered that action, you will have to use the variable {triggercardlistname} when referring to the content of the trigger card. So, for example, if you'd like to copy the content of the trigger card on your command, you will have to do something like this:
And that should accomplish what you're looking for. Here, you can read more about finding and looking up cards using Butler commands: https://support.atlassian.com/trello/docs/finding-or-looking-up-cards-butler-advanced-topic/.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.