
Hello Everyone,
Good day!
I have a poweapp which allows different user to create request and from power apps i have a power automate named sendemail.run(143). In my power automate the connection used is my email.
I used trigger powerapps and actions send email.
I want whoever who creates the request from power app will be the email reflected in send email action.
But the problem is: If I'm the sender all okay. But if I'm not the user who created the request it will result to:
SendEmail.Run failed: { "code": "InvokerConnectionOverrideFailed", "message": "Failed to parse invoker connections from trigger 'manual' outputs. Exception: Could not find any valid connection for connection reference name 'shared_office365' in APIM tokens header." }
How to achieve to use the email who requested in the app to be the name reflected in sending email.
Thanks in advance.
Hi @YamiteKudasai ,
Based on this thread, please follow the steps below:
1. Fix the connections in Power Apps Portal -> Dataverse -> Connections
2. Save the flow, share to other users with proper permissions.
3. Remove all flows from your App and then add them again.
4. Save, publish and share the App again.
For the last question, you can use and pass User().Email as an input parameter to the flow, and use it as the recipient in the To area through selecting "Ask in PowerApps" dynamic contents.
Best regards,