# Private (hidden) number call from your Glide app

**URL:** https://community.glideapps.com/t/private-hidden-number-call-from-your-glide-app/80377
**Category:** General
**Created:** [February 27, 2025, 8:50am UTC](https://community.glideapps.com/t/private-hidden-number-call-from-your-glide-app/80377 "2025-02-27T08:50:46Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Jonathan\_P\_V](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jonathan_p_v/32/85621_2.png) [@Jonathan\_P\_V](https://community.glideapps.com/u/Jonathan_P_V)
#### Post date: [February 27, 2025, 8:50am UTC](https://community.glideapps.com/t/private-hidden-number-call-from-your-glide-app/80377/1 "2025-02-27T08:50:46Z")

</div>

Hi everyone!

I had a problem yesterday when trying to make a call with a hidden number using the “Dial Phone Number” action. I managed to solve it and I think it can be useful for some of you.

In most countries, calling with your phone number hidden is achieved by putting the code #31# (\*69 in the USA I think) before the number you want to call. If you take the phone field and format it to have #31#612345678 and use that column to launch the call action, you will see that the action actually takes you to your phone screen, but it will be empty, the number has not been passed.

I tried several approaches, I used the “Open Link” action to generate a command like “tel:#31#612345678” and I also tried a “Rich Text” field with HTML -href, but it didn’t work. I understood that Glideapp was working correctly and that the problem was that the phone did not understand the “#” symbol (I tried with “\*” and it worked fine so in the USA there is no such problem).

The solution is to translate that “#” symbol to a language that the phone can understand (URL encoding): # = %23. And it worked!

So if in the phone field you put: “%2331%23612345678” and press “Call”, Glideapp will take you to your phone screen where it will show #31#612345678. You just have to press call and you will make that call to that number keeping your phone number private or hidden. I hope it is useful for you, especially for Europeans where most countries use this type of code to make hidden calls.

Have a nice day!

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [February 27, 2025, 11:27am UTC](https://community.glideapps.com/t/private-hidden-number-call-from-your-glide-app/80377/2 "2025-02-27T11:27:22Z")

</div>

Wow, thanks for sharing that!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [February 28, 2025, 12:18am UTC](https://community.glideapps.com/t/private-hidden-number-call-from-your-glide-app/80377/3 "2025-02-28T00:18:40Z")

</div>

That’s a very valuable piece of knowledge, thank you!

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [April 8, 2025, 7:32pm UTC](https://community.glideapps.com/t/private-hidden-number-call-from-your-glide-app/80377/4 "2025-04-08T19:32:13Z")

</div>

This is wonderful information, thank you for sharing. Some of my apps have a call feature and I really like this added privacy layer. Thank you.
