You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I would like to create an automation. All cards relevant to the meeting are packed into the "Meeting Agenda" list. After the card is discussed in the meeting, the card should be moved from the meeting agenda back to the list it originally came from. So I would need some variable to move the card back to the list it was last in.
Anybody got some ideas?
To answer directly your question, you can have an automation that when a card is moved into the list "Meeting Agenda", store the previous list name as a custom field
The automations will read like this:
Automation 1
when a card is moved into list "Meeting Agenda", set the custom field "Previous List" to {triggercardpreviouslistname}
Automation 2 - Board button
move each card in list "Meeting Agenda" with the custom field "Previous List" set to list "{{%Previous List}}
Thanks, that solved my problem!!!
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.