Hi there,
I have a checklist that when an item is created in said checklist, a new linked card is added to a list titled "CHANGES". Works fine.
Now, what I am trying to do is a little more complicated. Well, at least for me.
I would like to have an automation that when a linked card is copied in list "CHANGES", it adds a new card to that same checklist that the linked card originally came from. Probably seems a little counter intuitive, but I need to do that to split up tasks for time tracking purposes.
This is what I have so far, but it doesn't seem to be working:
when a card is copied into list "CHANGES", find the first card linked in the attachments, and add item "{cardname}" to checklist "{triggerchecklistname}"
Hi Nelson,
I have tested here some ideas, and I see that to make it work you have to mention the name of the checklist instead of using the variable, so it can find it properly. Also, as the card is created in the list changes I'd change the trigger to when a card is created (and not copied).
Here's an example:
when a card is added to list "Changes", find the first card linked in the attachments, and add item "{triggercardname}" to checklist "YourChecklistName"
Hope that helps!
You don't have a checklist in your automation, so {triggerchecklistname} doesn't refer to anything.
What if you put the checklist name into the name/description of the linked card in the automation that creates the linked card? Then you could instead lookup the first card linked in the attachments, and use {foundcarddescription} or however you set it up.
I didn't test this, so, if it doesn't work, let me know and we'll get to the bottom of it!
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.