Jan 28, 2025 08:41 AM
my kanban is a list of products with different stacks. I would like it so that when a product is moved from one stack to the other, the autmation sends a slack message as to what stack the product is currently moved to.
How do I access the name of the stack? I clicked on the blue plus sign but nothing there relates to the stack name. Just the product details.
Solved! Go to Solution.
Jan 30, 2025 06:36 AM
The stack is the select field that you've set for that Kanban view:
And so you could create an automation that triggers when that field is updated, and its action would be to send the message and include the value of that field:
Jan 30, 2025 06:36 AM
The stack is the select field that you've set for that Kanban view:
And so you could create an automation that triggers when that field is updated, and its action would be to send the message and include the value of that field:
Jan 30, 2025 07:55 AM
Thank you! Problem solved!