Currently when you post an update to Slack from a Monday task it creates a whole new message within a channel. This approach creates a real mess of our channels, and doesn’t really add a whole lot of value for us.
I would like the flexibility to thread updates sent to Slack from a task, possibly through a toggle within the automation template. If toggled on, all subsequent updates related to the Monday task post messages within that existing thread. This would keep the discussion isolated and make it easier to see updates about a specific task within Slack.
This feels like it would be easy enough to achieve by retrieving the slack message id on the first update sent to Slack, and storing it on the Monday task. If the message id is not found during future updates, create a new message and store the new message id for future threading.