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 / I want to send e-mail ...
Power Apps
Answered

I want to send e-mail with subject and detail with Launch function

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I use Lunach function for sending and e-mail but in subject topic it doesn't work

 

Launch("mailto:" & TextInput3.Text & "?subject=" & DataCardValue3.SearchText)

 

I want to send subject by text in DataCardValue3.

 

 

Categories:
  • Verified answer
    yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    @Anonymous 

     

    What is the control type for DataCardValue3? DataCardValue3.SearchText refers to a combobox searched value, if you want to have a Text Input from the user, you need to add a Text Input control in your data card. By default, it doesn't allows to add controls in a data card, you need to unlock properties from the right menu.
     
    So, suppose a TextInput control is added with name "TextInput1", then your formula will get modified to :
    Launch("mailto:" & TextInput3.Text & "?subject=" & TextInput1.Text)
     
    or else, if you want to use the value selected from the combobox item:
    Launch("mailto:" & TextInput3.Text & "?subject=" & Text(DataCardValue3.Selected.Result))
     
    Here, if your attribute name is not Result, then you need to replace Result with the actual attribute that you want to pass.
     
    Hope this Helps!
     
    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank for your help

     

    I try your solution, it work but must change some detail

     

    Launch("mailto:" & TextInput3.Text & "?subject=" & Text(DataCardValue3.Selected.Value))

     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard