I have a project for Weekly Meeting. I have a section called Meeting Agenda that includes all the tasks that we are going to cover in the next meeting, where each task is an agenda item. The agenda items are not standard every week so the list of task titles can’t be known ahead of time, I’d need to be able to reference them dynamically.
What I’d like to do is send a message in Slack every week right before the meeting that lists that week’s topics (all tasks in the Meeting Agenda section at the time the message is sent). Ideally, this would look like:
Here is the agenda for today's meeting!
1. [task title 1]
2. [task title 2]
3. [task title 3]
I’m open to having this as a manual rule so I have to click a button, but what I’ve come up with so far would send one message per meeting topic
rather than one message that includes several tasks.
Any tips? Thanks all!