
Announcements
I'm creating an App that is going to send emails.
Some of my colleagues work from the country, that requires on-prem mailboxes, therefore I cannot send them directly from power Apps with the Office365.SendEmail() because it uses cloud connector. So we created a cloud-based shared mailbox, and Power Automate flow, that is using the "Send Email from shared mailbox".
The flow works while I'm testing it from my computer. But when the flow is called by the user from Power App in on-prem country it is not working. Are there any solutions for this issue?
I expect that problem is that those users do not have access to the shared mailbox? Probably Power Apps runs flow on behalf of the user and as the user have no access to the mailbox, then we flow fails? How to overcome this?
Hi @Agrig ,
Please try to create a parent flow and a child flow.
Canvas app --> Parent flow -->Child flow (this flow uses your connection)
//Child flow
// Parent flow
Best Regards,
Wearsky