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.
×Hello,
I am trying to do a custom-field based logic that would determine the Members to be assigned to the trigger card. I was contemplating to use the Look-up feature but did not find the variable syntax that would retrieve the looked-up card members. Does it exist ?
I have tried the following :
when a card is moved into list "Submitted : MD", lookup a card titled "{{%Dpt}}" in list "Owners" on board "Hiring Lookups", and add member @{foundcardcardfirstmemberusernames} to the card
But received the following message :
Thursday, March 5, 2020 11:54 AM
Running command on board Approve an Hiring Position.
I couldn't find that member in this board.
The command finished running.
Hi,
Replace
@{foundcardcardfirstmemberusernames}
By
{foundcardfirstmemberusername}
Thank you. Unfortunately it does not work
Does it work for you ?
Friday, March 6, 2020 12:28 PM
The command has been modified from:
when a card is moved into list "Submitted : MD", lookup a card titled "{{%Dpt}}" in list "Owners" on board "Hiring Lookups", and add member @{foundcardcardfirstmemberusernames} to the card
to:
when a card is moved into list "Submitted : MD", lookup a card titled "{{%Dpt}}" in list "Owners" on board "Hiring Lookups", and add member @{foundcardfirstmemberusername} to the card
Friday, March 6, 2020 12:28 PM
Running command on board Approve an Hiring Position.
I couldn't find that member in this board.
The command finished running.
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 are right. this variable doesn't work with any prefix.
An alternativ is to create 2 rules and 1 custom field "member".
when a card is moved into list "Submitted : MD", find a card titled "{{%Dpt}}" in list "Owners" on board "Hiring Lookups", link the cards together, and set custom field "member" to "{cardfirstmemberusername}"
when custom field "member" is set, find the first card linked in the attachments, and add member @{customfieldvalue} to the card
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.