Hey @Helenelene, happy to outline the automation and discuss further once you have the requests lined up!
To answer your general question, our backlog was just an Airtable view customized for our specific group. Over time, it evolved into an interface, but it was the same concept. Essentially just a hyperlink in the Slack notification with CTA verbiage: "Access the Backlog". Linking the Slack formatting support article here for further reading!
As for the automation, it would be something like this:
- Trigger: At a certain time
- Action 1: Find records where {Status Field Name} = "[Incomplete Status]"
- Action 2: Send Slack > Use data from Action 1 > Length of list of records
The expected result would be a Slack message that arrives at a certain time each day (adjustable for multiple times/day at variable times) that shows the total number of outstanding tasks/requests. Of course, variables in your base structure and overall process may add complexity, but what I've outlined above is a basic example.
Let me know if you have any additional questions!