# I need to get phone number with this row created

**URL:** https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331
**Category:** Ask for Help
**Created:** [June 21, 2022, 7:56pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331 "2022-06-21T19:56:01Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [June 21, 2022, 7:56pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/1 "2022-06-21T19:56:01Z")

</div>

Hi

I need to get phone number with this row created in actions.if i click store pick up,it should create a row,that’s happening but with this i need to add phone number from user.

 ![Screenshot_2022-06-22-01-21-19-236_com.android.chrome](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/d/1dbd65332755ee6f17353062a95f9dbca31295f7.jpeg)  
 ![Screenshot_2022-06-22-01-21-35-166_com.android.chrome](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/7/f7c37195fd2dbcb39d656b53d83d497b563aaf66.jpeg)

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [June 21, 2022, 9:32pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/2 "2022-06-21T21:32:01Z")

</div>

That phone number has to exist either in the user profile sheet (if it’s the users phone number) or the store sheet (if it’s the store phone number). You should be able to pass either value when you’re doing your Add Row action.

---

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [June 22, 2022, 4:28am UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/3 "2022-06-22T04:28:24Z")

</div>

Hi Robert,

I like to create a tab like my profile with phone entry.without this entry this button bar store pickup should not allowed to create a row in store pickup table.

How to create action for this?

Already created action to create row in store pickup table as of now.

My problem is how to place this phone number to the row.

---

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [June 22, 2022, 12:23pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/4 "2022-06-22T12:23:03Z")

</div>

I need to get it from the user and should be show in the store pickup table.

Either i need to get it when this button is clicked or ask to notify the user to fill before to create row in store pickup table.

Any idea?

---

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [June 22, 2022, 1:55pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/5 "2022-06-22T13:55:21Z")

</div>

Hi

I need your input here,

Im not using sheet,using glide tables

How can I add a phone number component to a user table?

I tried to add but it is not user enter one,not editable

Even I added,can I notify users that the phone number should be added for store pickup if the store pickup button clicked.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [June 22, 2022, 2:05pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/6 "2022-06-22T14:05:18Z")

</div>

> **[Experiments · Glide - 22 June 2022](https://www.loom.com/share/c30d1cd6a1af438fb1609b1833d693f9)**

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 22, 2022, 2:06pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/7 "2022-06-22T14:06:39Z")

</div>

> [@Manikandan\_R](#):
>
> How can I add a phone number component to a user table?

You don’t add components to tables, you add columns.  
By user table, I assume you mean User Profiles table?  
Just add a Phone Number column type, and ask your users to provide a phone number.

> [@Manikandan\_R](#):
>
> Even I added,can I notify users that the phone number should be added for store pickup if the store pickup button clicked.

You could either:

- Use a visibility condition to hide the button if User Profile-\>Phone Number is empty,
- or you could use a custom action that shows a notification when that column is empty

If the above doesn’t help, please add some screen shots to show what you have and what isn’t working.

---

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [June 22, 2022, 7:07pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/8 "2022-06-22T19:07:56Z")

</div>

Hi

Have seen Robert video. Everything is ok.But i have my other 3 projects stalled because of some problems in the app.I will send you the details with screenshot.

Many Thanks

---

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [June 22, 2022, 7:09pm UTC](https://community.glideapps.com/t/i-need-to-get-phone-number-with-this-row-created/43331/9 "2022-06-22T19:09:48Z")

</div>

Thanks for this video.Expect other way of doing the same thing to know things better.Looking forward your videos.
