I am trying to make this code work, but it errors on the 2nd {checklistname} saying that it could not find checklist "". Everything works perfectly if I input the actual checklist name on the card, but that could change. Do you have any suggestions? I've spend days trying to figure it out.
Thank you!
Teresa
convert all the items in checklist "{checklistname}" into linked cards at the bottom of list "{listname}", for each card linked from an item in checklist "{checklistname}", add member @{listname} to the card, and move the card to the bottom of list "Inbox" on board "{listname}"
Hi @Teresa Y ,
I had a closer look at your command now, and I know why it is not working.
The command is being executed when the first action is run as it is. The checklist items are converted into linked cards.
But then you are addressing the linked cards in the same command that created them and you are trying to do some actions on these linked cards. That's too much.
What you need to do instead is setting up another command "for each card linked from an item in checklist ..."
Hope that helps and brings you closer to a solution. Good luck!
Hi @Teresa Y
try to change the 2nd {checklistname} into {triggerchecklistname}. - Is the result ok now?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for responding! Unfortunately it still isn't working. It gave me the error - I couldn't find a checklist called "" for the "for each card linked..." command.
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.