cancel
Showing results for 
Search instead for 
Did you mean: 

How to add more receivers to a email task

Former Member
0 Kudos

Hi all,

I created a custom workflow.

How can I add more receivers to a email task?

any suggetions?

thanks

enzo

Accepted Solutions (1)

Accepted Solutions (1)

saumya_govil
Active Contributor
0 Kudos

Hi Enzo,

You can do that!

Just pass a multiline attribute as the Recipient of the send mail step. In this attribute pass the recipients you need to send mail to.

Regards,

Saumya

Answers (1)

Answers (1)

bpawanchand
Active Contributor
0 Kudos

In the recepient type if you have selected as email then read all the recepient's mail address into a multi line conatiner element and then put the mail step inside a loop and then run the loop until all entries are finsihed in the loop.

If you have selected as Organizational Object read all the userID's of the receipients and for all the userid's you have to append US to their SAP userid's and then pass each value to the expression and put the mail step inside a loop.