Hello Team,
I'm having an issue in creating a Consent Form in PowerApps....i'm always getting an invocation of unknown and unsupported function, when trying to send an email on the "Consent" button and using the "OnSelect" property.
I'm attaching the screenshot for your kind assistance.
Formula - Office365.SendEmail("emailaddress", "My Consent Form", "BodyText " & Name.Text, {Attachments:Table({Name:"peninput.jpg", ContentBytes:Signature.Image, '@odata.type':""})})
Solved! Go to Solution.
You have the wrong formula name. My corrections are in blue.
Office365Outlook.SendEmailV2("emailaddress", "My Consent Form", "BodyText " & Name.Text, {Attachments:Table({Name:"peninput.jpg", ContentBytes:Signature.Image, '@odata.type':""})})
Also, make sure you have installed the Office365Outlook connector on the left side menu
---
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."
You have the wrong formula name. My corrections are in blue.
Office365Outlook.SendEmailV2("emailaddress", "My Consent Form", "BodyText " & Name.Text, {Attachments:Table({Name:"peninput.jpg", ContentBytes:Signature.Image, '@odata.type':""})})
Also, make sure you have installed the Office365Outlook connector on the left side menu
---
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."
Thank you so much buddy...you made my day...thanks for sharing the correct formula..appreciate it 🙂
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
214 | |
205 | |
84 | |
59 | |
38 |
User | Count |
---|---|
322 | |
258 | |
125 | |
86 | |
55 |