I would like to rename a card by appending the List Name in front of the Card Name when I click a Done button on the Card. (e.g. {listname} | {cardname}
I can reference cardname but not listname. Purpose is that i have lists related to different projects that I would like to copy over to a Done list, yet still be able to see where it came from.
I started with created a Card Button with rename action. Then, I tried (per another answer provided) to do a workaround with a Card Button that sets the Card Description to {listname} and applies color label. In theory, once I was able to set the Card Description there, I could then reference it during my Rule that says when a green label card is in the Done list, rename the card to {carddescription} | {cardname}.
This ends up as " | {cardname}".
Hi
Try this :
when a card is added to list "Done", rename the card to "{triggercardpreviouslistname} | {cardname}"
Thank you very much! That was much simpler and worked perfect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
👍
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.