Skip to main content
Question

Hi Team,I am building an Action Flow to notify user and in my query data , i am getting 2 email ids coming from 2 differnet tables so how can i send an email to both of them.


Hi Team, I am building an Action Flow to notify user and in my query data , i am getting 2 email ids coming from 2 differnet tables so how can i send an email to both of them.

Forum|alt.badge.img+6

You can use Flow Control Module - Iterator to loop thru all the result of the query data.


rio.cinco12 wrote:

You can use Flow Control Module - Iterator to loop thru all the result of the query data.

Thank you Rio!!

Is there a way through which we can put one of the email in CC while sending email?


Forum|alt.badge.img+6

Hi Mishra, you can use text aggregate separated with comma, and then in sending email you can use the get and split function.

 

image 


Reply