Hey all,
When I run the following command:
when an item is added to checklist "Action Items", convert the item to a linked card at the top of list "Inbox PlaceHolder" using pattern "[{cardname} - {triggercardname}]({cardlink})", and link the cards together
It renames the checklist Item, but not the card. Any ideas?
@Jedidiah Wallace you can achieve what you want with this Trellinator function:
https://gist.github.com/iaindooley/20c9476c2b7ce503767fec617ac241bb
You can run it in Google Apps Script:
or via our BenkoBot platform as a "Listener":
I made this mistake before. The pattern applies to the name
After creating a card, the variables above preceded by new
({newcardname}, {newcardlink}, etc) refer to the new card (not all variables may be available).
So you need a find and a rename of the card name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.