Notify Multiple Users on Task Release
A group in our org has 9 custom user fields on the Project object that are various points of contact for the projects. They also have a custom task status called "Released". The requirement is that, when a task is set to Released, those points of contact are notified. Each POC field may or may not be populated. What we DON'T want to do is create an update for each POC, as that would junk things up.
Here's my current scenario. We're creating an "empty" update for each POC (no text), which results in no update actually being created. This works, but the notifications aren't informative (because the update is empty). They need to at least see the Task name and that it was released.

I'm inclined to think the solution is to create a single Update with the needed text and then somehow send multiple notifications (after validating the presence of data in each POC field) on that Update. But how?
1. How it SHOULD work is to build a dynamic array that's passed to the Notify field on the Create Update module. From what I can tell this doesn't work, and in fact creates individual updates per notification.
2. As an alternative, I could @mention each POC in the text, but I haven't been able to figure out how to build the HTML for that.
Any ideas on how to get either of these solutions to work?
Any approaches I haven't thought of?
Thanks






