question

NAGESHRUDRAIAH-1201 avatar image
0 Votes"
NAGESHRUDRAIAH-1201 asked PramodValavala-MSFT answered

Azure Logic App - how to email two different email groups using single logic app at different time

I need to email two different set of members (email groups ) in single logic app

example : at 11AM - to abc group or ( a@gmail.com, b@gmail.com,c@gmail.com)
and 10AM - to xyz group or ( x@gmail.com,y@gmail.com,z@gmail.com)

I just need how I can use the condition to achieve this, as shown in screenshot, implemented but the condition to use i am stuck

108504-image.png


azure-logic-apps
image.png (19.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered

@NAGESHRUDRAIAH-1201 I assume the other details on the email are the same. If so, you could just initialize the emails as an array instead and then use a for loop to send separate emails for both entries in the array.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.