Hello,
I have been using power apps for a few months now with my team and our dashboard application houses all of our information for our multiple locations in one app for us. We have multiple buttons that Lunch certain predefined emails. Just this last week we have had a few people in our group getting the launch emails that are placing everything in the To: line of the email ( see attachment). Would anyone have any ideas on how to change the formulas (see below) or a change to Outlook, so that our whole team can use this application again?
Button formula: Launch("mailto:"& "mbx.warehouse@flcancer.com"&"&bcc="&"Jhuntley@flcancer.com" & "&subject= No Transfers-"& DataCardValue2.Text&"&body= "& DataCardValue1).
Solved! Go to Solution.
Hi @jhuntley1 ,
Try
Launch(
"mailto:"&
"mbx.warehouse@flcancer.com?"&
"&bcc="&
"Jhuntley@flcancer.com"&
"&subject= No Transfers-"&
DataCardValue2.Text&
"&body= "& DataCardValue1.Text
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @jhuntley1 ,
Like this
Launch(
"mailto:" & DataCardValue12.Text &
"?&cc=" & DataCardValue16.Text & ";" &
DataCardValue23 & ";" &
"rmeyers@flcancer.com" &
"&subject=" & DataCardValue2_1.Text & " " &
"Drug order changes"& "&body="& "
)
Hi @jhuntley1 ,
Try
Launch(
"mailto:"&
"mbx.warehouse@flcancer.com?"&
"&bcc="&
"Jhuntley@flcancer.com"&
"&subject= No Transfers-"&
DataCardValue2.Text&
"&body= "& DataCardValue1.Text
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hello,
That fix worked great. But I can't place the ? on this formula.
Launch("mailto:"& DataCardValue12.Text & "&cc=" & DataCardValue16.Text&";"& DataCardValue23 & ";"& "rmeyers@flcancer.com" & "&subject=" & DataCardValue2_1.Text &" " &"Drug order changes"& "&body="& ")
Hi @jhuntley1 ,
Like this
Launch(
"mailto:" & DataCardValue12.Text &
"?&cc=" & DataCardValue16.Text & ";" &
DataCardValue23 & ";" &
"rmeyers@flcancer.com" &
"&subject=" & DataCardValue2_1.Text & " " &
"Drug order changes"& "&body="& "
)
User | Count |
---|---|
174 | |
115 | |
86 | |
44 | |
41 |
User | Count |
---|---|
238 | |
150 | |
132 | |
77 | |
73 |