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.