Watcher: List of recipients from stored script/template

Hey,

so, your requirement does not work exact, but you could do a workaround: You could execute a chain input, which on the one hand executes your existing input, and on the other hand executes a search against an index (maybe just search for the id), and that single document contains all the recipients. This way the list of recipients would be available in the payload and you could use it.

--Alex