Hi everyone!
So I have a table with everyone names, slack id and DM links.
I have a table where a supervisor can add small tasks with fixed deadline to a single person or a few picking from the first table.
So far I managed to make a channel where using a few lookup tables it sends a meaningful notification.
Trying to improve:
-
Best option send a DM to the person chosen. No idea how to make it work. (easy with a static field but I would need it dynamically)
-
Secondary option is to tag the people listed. There is a neat guide using the ID but it fails as soon as I have more than one person listed in the field of people to notificate.
Any idea?