I have a button in a power app form. I can use office365.emailsend function to email myself. What I cant get it to do is email the creator of that
Solved! Go to Solution.
I would suggest you use the Office365Outlook.SendEmailV2 function instead. To do this you will need to add the Office 365 Outlook connector.
Office365Outlook.SendEmailV2("yourboss@company.com", "Title Here", "Message Here")
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
I would suggest you use the Office365Outlook.SendEmailV2 function instead. To do this you will need to add the Office 365 Outlook connector.
Office365Outlook.SendEmailV2("yourboss@company.com", "Title Here", "Message Here")
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
262 | |
110 | |
92 | |
55 | |
41 |