My trigger is a card moving into one of three lists and I want to determine it's nearest neighbors. How may that be don?e
@d0plr-Xfct just (like minutes ago) developed a module to return the leftmost and rightmost list names using. It is not difficult to locate the list before (left) and after (right) of the current list based on a card id. If this is mission critical, you can reach out to me (see my profile)
list_lists = client.get_board(para['board_id']).list_lists() sp_variables = json.dumps({'leftmost' : list_lists[0].name, 'rightmost' : list_lists[-1].name})
Hi @d0plr-Xfct ,
Welcome to the community! We are glad to have you here! Wish you a very happy new year!
Please read these articles/documentation and learn how butler works
https://help.trello.com/article/1198-an-intro-to-butler
https://help.trello.com/article/1181-butler-features-and-quotas
https://blog.trello.com/butler-power-up-trello-automation
https://blog.trello.com/five-easy-butler-rules
Regards,
Soumyadeep (SaM)
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.