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.

  • December 8, 2022
  • 3 replies
  • 6 views

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.

3 replies

Forum|alt.badge.img+14
  • Level 8
  • December 8, 2022

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


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+14
  • Level 8
  • December 12, 2022

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

 

image