Matthew,
In your microflow, you can change the To address to contain any address(es) you want. An example from one of my apps is below:
Hope that helps,
Mike
Do note that you have to iterate over the entity holding the email addresses and then concanate the string like $emailTo + ', ' + $iteratorAddress/email.
Then use that string as your To string to send that one mail to multiple recipients.
Regards,
Ronald
Hi Matthew,
"In your microflow, you need to change the EmailTemplate
object and map the To
attribute to the corresponding recipient address value.
Hi Mike, below is a detailed description of what I have attempted to do.
I have this page with a drop down box that allows you to select a user, from the accounts.
Inside the combo box I have set the on change action to call a microflow.
This microflow calls another sub microflow.
Here is the sub microflow.
This has another sub microflow that originated within the email connector marketplace module.
Where here I have added in the change object that should change the "To" in my email template to the email account associated with the users account that contains the email address.
Thank you for taking the time to respond.
Matthew Mooney