Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
399 views
in Technique[技术] by (71.8m points)

azure - How to change connection for Logic App, when you are trying to trigger Logic app thorugh Email

enter image description here[My logic app should trigger when a mail is received in the outlook inbox folder. But I am able to connect to only 1 outlook account. How can I add multiple Outlook accounts? I have a table created in my Azure Table, in that table there is a column 'From_EMAIL_ID', I need to configure this 'From_EMAIL_ID' parameter to my Connection. So in the future whenever new records for my 'From_EMAIL_ID' get inserted in this table, still I should be able to trigger the logic app. In Short, I want to bind the connection in the logic app to the field name 'FROM_EMAIL_ID' in the enter image description hereazure table.]3


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Currently a logic app cannot connect to multiple Outlook APIs, so that might be your issue if I'm understanding correctly. There is an open feedback item for this here: https://feedback.azure.com/forums/34192--general-feedback/suggestions/40009840-logic-app-should-be-able-to-connect-multiple-outlo

You can send multiple emails by adding multiple emails to the "To" field, though. https://docs.microsoft.com/en-us/azure/app-service/tutorial-send-email?tabs=dotnet


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
...