Hi,
I was working on a fusion scenario where I was trying to send a single email to multiple users by using Microsoft 365 email module. Here If I add more emails by clicking "add items" button its sending separate emails to users. I want to do a single send email operation to mulitple users. Please let me know if this is possible.
Solved! Go to Solution.
make sure that the input array for the recipient field has this format:
it should be ok, that's how it works for us
Hi,
this is actually doable!
Recipients field needs to contain an Array:
that array comes from processing all "tagged users" in our case (we read them from note, all users tagged on an update) in a simple loop:
module 36 uses "Tags" array as input from Read note module, important here is that you read user's email address.
Hope this helps
Hello,
Thanks for your quick response and I tried this but unfortunately it's not providing the expected result. I'm able to get the required email address from Workfront but facing the problem when Microsoft 265 email module comes into play. I was not able to enter multiple emails in "To Recipient" field. I have attached the screenshot of the error.
Please let me know if you need any more details
Views
Replies
Total Likes
make sure that the input array for the recipient field has this format:
it should be ok, that's how it works for us
Hello @Rafal_Bainie,
I have tried your suggestion but still facing some issues. I have pasted the screenshot so you can take a look and let me know if I did anything wrong.
The input of the To Recipient field was in the below format.
But after this also I'm still getting the same error.
Please let me know whether what I have done here is correct or Do I need to change anything here.
Views
Replies
Total Likes
It seems it's very small detail.
Error message is very specific - module expects field called "address" (as in my screenshot above), and the one you are providing is "emailAddr".
I hope that updating this will resolve your problem.
Cheers!
Views
Replies
Total Likes
Thanks @Rafal_Bainie. It worked, now I was able to map data to "To Recipient" field but still got one Run time error.
Can you please help me to fix this one too.
Thanks in advance,
Rathina
Views
Replies
Total Likes
5xx indicates usually some sort of server/connection issue, but it can also be something outlook specific.
I cannot help with this, I would review outlook account settings or reach out to your IT team to help you out with this.
Views
Replies
Total Likes
Thanks a lot !!! @Rafal_Bainie
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies