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

NAGESH RUDRAIAH 1 Reputation point
2021-06-23T08:42:43.68+00:00

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

example : at 11AM - to abc group or ( a@Stuff .com, b@Stuff .com,c@Stuff .com)
and 10AM - to xyz group or ( x@Stuff .com,y@Stuff .com,z@Stuff .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
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,611 Reputation points Microsoft Employee
    2021-06-28T06:02:47.407+00:00

    @NAGESH RUDRAIAH 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.

    0 comments No comments