# User specific columns are saved when the users signs up?

**URL:** https://community.glideapps.com/t/user-specific-columns-are-saved-when-the-users-signs-up/64544
**Category:** Ask for Help
**Created:** [July 31, 2023, 1:27pm UTC](https://community.glideapps.com/t/user-specific-columns-are-saved-when-the-users-signs-up/64544 "2023-07-31T13:27:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Ovi](https://avatars.discourse-cdn.com/v4/letter/o/3ab097/32.png) [@Ovi](https://community.glideapps.com/u/Ovi)
#### Post date: [July 31, 2023, 1:27pm UTC](https://community.glideapps.com/t/user-specific-columns-are-saved-when-the-users-signs-up/64544/1 "2023-07-31T13:27:54Z")

</div>

Hi,

If a user checks some columns that are user specific and after that signs up , are the checks added to the user’s profile ?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 31, 2023, 2:25pm UTC](https://community.glideapps.com/t/user-specific-columns-are-saved-when-the-users-signs-up/64544/2 "2023-07-31T14:25:56Z")

</div>

In my experience, no. If a user specific column is filled before a user signs in, I believe the columns will be reset once they do sign in. At least that was the case a couple of years ago. Haven’t tried it since.

---

<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: [August 1, 2023, 12:52am UTC](https://community.glideapps.com/t/user-specific-columns-are-saved-when-the-users-signs-up/64544/3 "2023-08-01T00:52:25Z")

</div>

I just tested. My test case is as below:

- A work table with a user-specific image column
- I add a public tab on top of that table, added an image picker
- Didn’t sign in at first, uploaded an image through the image picker
- Sign in with an image that’s not in the database, the image is still there

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 1, 2023, 1:43am UTC](https://community.glideapps.com/t/user-specific-columns-are-saved-when-the-users-signs-up/64544/4 "2023-08-01T01:43:47Z")

</div>

Interesting. Good to know that it does actually work. I think I had tried to make it work with my shopping cart app a couple of years ago. I could add items to my cart, but as soon as I signed in, I lost the contents of the cart. Ended up forcing a sign-in before allowing anyone to add to the cart. That was probably pre-NCM, so it must have changed since then.

---

<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: [August 1, 2023, 1:56am UTC](https://community.glideapps.com/t/user-specific-columns-are-saved-when-the-users-signs-up/64544/5 "2023-08-01T01:56:42Z")

</div>

> [@Jeff\_Hager](#):
>
> That was probably pre-NCM, so it must have changed since then.

Yeah, I think so. It’s nice that the data is kept now.
