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.

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.

Comments
Post a Comment