hi everyone,
I want to create a bouton on power app to call a phone with the Launch("tel://my phone number") command.
but in my phone number there is an "#" sign and i think power apps cut the phone number just before the #.
for example : in power apps the button is triggered by on select : Launch("tel://123456,1,123#,456") and when i clic on the button the caller is opened and i can read on it 123456,1,123. it miss the #,456
this phone number call an automatic answering machine.
can somebody help me ? 🙂
Solved! Go to Solution.
I just find the solution on the forum !
add %23 for # and it works 😃
Thank you for your help !
Have you tried something like this?:
Launch("tel://123456,1,123"&Char(35)&",456")
Hi !
Thank you for your help, but it doesn't work 😥
I have the same problem. the # and the numbers after are not sent to the caller 😭
I just find the solution on the forum !
add %23 for # and it works 😃
Thank you for your help !
User | Count |
---|---|
258 | |
110 | |
97 | |
57 | |
40 |