Cannot change the api connection name in logic app - [Sender Email]

Venkatesh Srinivasan 86 Reputation points
2022-01-13T12:52:34.477+00:00

Hi All,

I was trying to send a email notification through logic app where my API connection is configured with two email account. Now I want to change the sender email to another account which i already configured and i can see them in the connection list.

164811-image.png

Now, Though I selected the second email as my connection. Still my email notification is from the 1st account in the connection list.

May I know what's going wrong here? Please help me out. Thanks in advance!

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-01-14T07:17:38.74+00:00

    @Venkatesh Srinivasan As per the screenshot the outlook connector should use your office365 named connection and whatever connection you have specified in the action it should only use that connection for the operation (like send email).

    The only scenario that I could think about when you are using your Send an email from a shared mailbox (v2) and specified the property Original Mailbox Address and your account would have given the Send as or Send on behalf of permissions as mentioned here.

    If you are not using the shared mailbox action then I will suggest you to validate your send email action what email ID the connector is connected to as below

    165018-image.png

    You can also review the run history of your logic app and navigate to the action that sends the message --> show raw input and verify the host connection details that are used. This will confirm what was the connection that was used and whether your current action is sending the message or there could be another action/logic app that could be sending the emails.

    165092-image.png

    Once you validated the above and still found that the host connection details are correctly used and still observing the issue then we can connect offline so I can review your logic app and check the logs at my end to assist you further.

    0 comments No comments

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.