Hello All,
I'm facing a bit of a weird issue when calling a flow triggered by Power app.
I have a flow with Power app trigger.
This flow has only one action - send an email V2 office 365 outlook
Email is sent to "user A". I'm User A
Connection used for this action is a service account "user B".
Power app button on select runs the above flow.
Now when any user clicks on the button, flow sends the email from current user who triggered the power app.
I'm expecting the flow to send email from service account User B.
I'm have troubleshooting this issue but I haven't found a solution yet.
Things I have tried.
1. Change the Trigger from powerapp to say SharePoint. Emails gets send from user B.
2. Tried creating new app or new flow, the issue exists.
3. I have two existing flows which have powerapp Trigger and both of them are able to send email from connection reference that is user B.
4. Any new app or flow fails always sends email from current user and ignores the connection reference.
Interesting bit is when I as user A triggers the flow then the email is sent from service account user B.
This is happening across different environments.
Any idea on how to further troubleshoot the issue?