web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / trying to send email Link
Power Apps
Unanswered

trying to send email Link

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Powerapps 

Not using "Flow"

sending email from inside a form card.

everything is working fine except.

Trying to add a link to the powerapp page.

But This is not working:  

 

This part is not recognized  & ThisItem.'{link}'

 

Office365Outlook.SendEmail("david.powell@xxxxxx.COM","EMAIL TEST FROM POWERAPPS","Added more information ! This is a Information Test :" & " " & ThisItem.contract_number & " " & ThisItem.ContractName & " " & ThisItem.'{link}')

 

Thanks

David

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Where do you put your Office365Outlook.SendEmai() function?

    Could you please share more details about the error message within your formula?

    Further, do you want to embed the 'link to item' URL link within your email body?

     

    Based on the formula you provided, I think there is something wrong with it. I have made a test on my side, please consider take a try with the following workaroud:

    Office365Outlook.SendEmail(
     "Test1@xxxxxx.xxxxxxxxxxx.com", 
     "EMAIL TEST FROM POWERAPPS", 
     "Added more information ! This is a Information Test: " & " " & ThisItem.Title & " " & ThisItem.DueDate & " " & ThisItem.'Link to item'
    )

    Please consider modify your formula as below:

    Office365Outlook.SendEmail("david.powell@xxxxxx.COM","EMAIL TEST FROM POWERAPPS","Added more information ! This is a Information Test :" & " " & ThisItem.contract_number & " " & ThisItem.ContractName & " " & ThisItem.'Link to item')

    Note: The URL link to the SP List Item is recognized as 'Link to item' rather than '{link}' in PowerApps app.

     

    Best regards,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 474

#1
Valantis Profile Picture

Valantis 474

#3
WarrenBelz Profile Picture

WarrenBelz 375 Most Valuable Professional

Last 30 days Overall leaderboard