Hi,
I'm using Powerapps to send emails to managers.
Some people are able to send the email to their manager, but some see this error:
Why does this show up? How do we fix it? Thanks.
Solved! Go to Solution.
You need to use Mail of manager to send an email and not displayName. Replace that part like this:
Microsoft365Users.Manager(User().Email).Mail
For more information follow: Using 'Outlook.com'.SendEmail to send email to manager and managers manager
Please click Accept as solution if my answer helped you to solve your issue. This will help others to find the correct solution easily. If the answer was useful in other ways, please consider giving it 👍
You need to use Mail of manager to send an email and not displayName. Replace that part like this:
Microsoft365Users.Manager(User().Email).Mail
For more information follow: Using 'Outlook.com'.SendEmail to send email to manager and managers manager
Please click Accept as solution if my answer helped you to solve your issue. This will help others to find the correct solution easily. If the answer was useful in other ways, please consider giving it 👍
Thanks for answering.
User | Count |
---|---|
260 | |
110 | |
98 | |
56 | |
40 |