Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have a card with a checklist in the format:
username - cardlink
I have a command that, when a member is removed from the card, it finds the card with the checklist and removes the item from the checklist. I then want to archive the card at the link I just removed.
The command finds the checklist item and removes it just fine. But it can't find the card linked in the checklist item I just removed. I get back:
Card id "" doesn't seem valid.
I also tried using {checklistitemlink} and even tried {removedchecklistitemlink} just to see if such a thing existed. But I always get the same error: Card id "" doesn't seem valid.
I'm genuinely lost as to why I can't get this to work. Any help would be appreciated!
{wildcard1} etc only work for wildcards used in the trigger. You can use {*} in the rest of the command, but won't be able to reference it.
Got stuck on a similar issue and I think I randomly searched the forum and found an official response about this in the comments.
I managed to circumvent this problem by creating a second rule on the board that monitors removed checklists items in the format {*} - {*} and have that command archiving the card. But I would like to find out why my initial logic was faulty. :)
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.