I have an issue about task mail with the dynamic recipient, each receiver will receive different mail context.
My recipient gets from DB data, so I can not sure the exact number of receivers.
And each receiver will get their owned mail context, the mail context also gets from DB data.
I was using a loop to send the task mail, but I found that the task only sends to the first receiver, not all receivers in once. Only if the first receiver reply to the task, the workflow will keep going. (Please see the picture 1.)
But if I use one task to send the whole receivers, I will get an issue that I don't know how to assign the single value to each task mail, looks like I only can put the whole smartobject field on the mail body? (Please see the picture 2, 3.)
Is there any good way to implement the requirement?
Thanks in advance!
pic 1