Multiple email connectors configuration in a single Logic app

SPK545 16 Reputation points
2020-12-23T19:36:18.167+00:00

Hello ,

Azure logic apps question

I’m trying to create an automated service now incident tickets when any email alert hits my outlook inbox

I do have around 15 alerts set up and triggers when the condition met,

I can able to create a separate logic app for each alert but

Is there any way that I can include all those conditions in a single logic app instead of creating multiple apps?

Looking for flow as below

50933-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
    2020-12-24T10:35:06.893+00:00

    You could just have one trigger for the mailbox and then leverage either conditionals or switch statements to handle different cases.

    Note that there is a limit of 500 actions per workflow. In such cases, you could split actions and call them from the main logic app. The child logic apps in this case could simply be HTTP Triggered.