Hi
I have sms button when click to open default app message is working fine all i need to a link depends on shipping company shipped example say FedEx normally i have button somewhare on my app and when i click it takes direct the item i click with trackingNumber Launch("https://www.fedex.com/apps/fedextrack/?tracknumbers="& BrowseGallery1.Selected.TrackingNumber) so how can i add a similar function show link so can click.
Thanks
here is my code
Launch("SMS:"& BrowseGallery1.Selected.Company_x003a_Business_x0020_Pho.Value & "&body=Dear valued customer " & "Your Tracking number " &BrowseGallery1.Selected.TrackingNumber & " Ship via "& BrowseGallery1.Selected.'Shipping Method'.Value& "
Thank you for your order and we hope we’ll be seeing you again!")
Solved! Go to Solution.
Solved by using
"<a href=""https://www.fedex.com/apps/fedextrack/?tracknumbers="&ThisItem.TrackingNumber&""">"&ThisItem.TrackingNumber&"</a>.</p>"
HI @Ramole ,
I can tell you the HTML you would need in an email body if that is what you mean.
"<a href='"https://www.fedex.com/apps/fedextrack/?tracknumbers="& BrowseGallery1.Selected.TrackingNumber & "'>Click this link</a>"
but who are you expecting to clink on this as PowerApps cannot be anonymously share externally.
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 @WarrenBelz
Its just sms icon i click on powerApps and it grabs a data called TrackingNumber and Shipping Method.Value and it copies to default sms phone app just want add a link currant shipping company which is shipping method website like fedex.com vs versa
Thanks
@Ramole ,
I actually have no idea about SMS link formats - this is the only article I could find. If the HTML code I sent does not work, you would have to put the entire link in the message.
However you have a bigger issue - you cannot anonymously share a Power App, so even if the link works, the customer will receive an Access Denied message.
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.
Solved by using
"<a href=""https://www.fedex.com/apps/fedextrack/?tracknumbers="&ThisItem.TrackingNumber&""">"&ThisItem.TrackingNumber&"</a>.</p>"
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
260 | |
128 | |
86 | |
85 | |
68 |