How to create a logic to have OR on multiple email senders

King Java 790 Reputation points
2023-09-05T18:33:48.33+00:00

I am trying to modify my current Azure Logic App to have multiple senders as an option.

Originally, we only had one email address.

But now, we have multiple senders so that Azure Logic App has to trigger if any of senders sends email.

Basically, I am trying to create a logic to trigger if either John Doe or Jane Doe sends us an email (as shown below).

User's image

Or is this (putting multiple email addresses), by default, meaning OR already?

Thanks.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,562 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2023-09-05T22:21:32.33+00:00

    @King Java According to the reference doc for the trigger, the default is OR for the to, from, and cc fields.

    For AND, you would have to check the details on the message after it has triggered to ensure all required addresses are present.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.