send email with link PowerApps

 

PowerApps send email with link


Below we will see in Powerapps, how we can send an email with the link.

Suppose, you want to send a specific SharePoint item link details via Outlook Email, then you can write this below formula on Button’s (Send an Email) OnSelect property as:

OnSelect = Office365Outlook.SendEmail("Preeti@xxxx.onmicrosoft.com", "Added New Project", "PowerApps Project has been added here. This represents the Item link: " & ThisItem.'Link to item')

Refer the below screenshot.

PowerApps send email with link

When you will preview the app and click on the button, then the recipient will receive an email with the item link as shown below. If you will click on the link, then the link will open with the specific item details.

PowerApps send an email with link

Comments

Popular posts from this blog

send email with attachment in PowerApps

send email from button click in Power Apps

How to Create a canvas app from scratch using Microsoft Dataverse

Top 50 Power Apps Interview Questions for Freshers

Total Pageviews