Could someone please guide me in this. I am adding email recipient in the workflow as given below, my workflow is failing after picking the first recipient(hrPartnerSupervisoryEmail), remaining recipients are not picked as expected. What might be the issue? Also, please let me know what will happen if there is no value in one or more recipient field.
I think the OP is asking why 1-8 are not picked up into the list.
Like, he has two questions:
Why the other attributes are not put into the list.
What will happen if there’s no value in one or more element in the list. (Well, OP is already experiencing the effect: As you can see from the screenshot, which gives the 400 bad request.)
Want to know how the values for below variables will be fetched. How does Identities have different attribute names like email1, email2…etc? If you are using “Get list of identities” action, then you might need to use “send email” inside a loop and then use variable {{$.getIdentity.attributes.hrPartnerSupervisoryEmail}}
Answering to below, nothing happens you will just receive undeliverable message in your mailbox.