Just made my first phone call from a PowerApp... WOW!
For those wondering, its as simple as Launch("tel://206-206-2062") or Launch("tel://" & ThisItem.phone) or Launch("tel://" & phoneTextbox.Text). Try it out and impress your friends! Make your colleagues jelly they aren't using PowerApps!
Yay!
Solved! Go to Solution.
Thanks for sharing this and for raising the awareness of this feature Eric 🙂
In case it helps anyone, I mentioned the escape characters for * and # here - this could be useful if you need to dial extensions or automated processes.
Try Launch("tel:01234566789") instead of Launch("tel://0123456789")
That made it work for me with Skype
Same for mailto: (Adding // in this case added a slash to the users mailaddress in Outlook.)
Kr
Thanks for sharing this and for raising the awareness of this feature Eric 🙂
In case it helps anyone, I mentioned the escape characters for * and # here - this could be useful if you need to dial extensions or automated processes.
Curious if anyone has gotten Skype calls to work... I've found a decent hack for determining if one is on Mobile or Desktop (at least within my org). Now I'd like to launch the native phone if Mobile, else launch Skype to make the call. BUT I get an error.
Determine if user is on Mobile or Desktop, then Launch() accordingly:
If( IsBlank(Location.Altitude), //Super sneaky way to determine if users are on Mobile or Desktop--at least in my org. Launch("skype:+" & ThisItem.phoneNumber & "?call"), Launch("tel://" & ThisItem.phoneNumber) )
I've tried ThisItem.phoneNumber formatted as:
- 12345678910
- 1 (234) 567-8910
- 1-234-567-8910
Each time I get the following error when Skype opens:
Anyone else successful with launching Skype for Business Calls from a link?
Anyone figure out how to make Skype calls from a link in PowerApps? Could really use this!
Hi Eric
If you assoicate 'tel' links with Skype for Business on a desktop, does that enable you to open a telephone number with Skype for Business?
I like how you use Location.Lattitude to check if the user is using a mobile or desktop btw. Nice trick!
Hi @timl.
Thanks, I though that was slick too 🙂
RE: tel:// links and Skype... newp. I get the error shown in the original post when using tel. I've also tried "skb://" and "sip://".
Hi @ericonline
Sorry to hear that doesn't work. Hopefully someone can come up with an answer.
Try Launch("tel:01234566789") instead of Launch("tel://0123456789")
That made it work for me with Skype
Same for mailto: (Adding // in this case added a slash to the users mailaddress in Outlook.)
Kr
@Anonymous!! Thank you so much. Worked perfectly. Numbers now launch in Skype for business.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
207 | |
98 | |
60 | |
55 | |
52 |
User | Count |
---|---|
257 | |
160 | |
87 | |
79 | |
66 |