# How to bulk add user-specific column data?

**URL:** https://community.glideapps.com/t/how-to-bulk-add-user-specific-column-data/33793
**Category:** Ask for Help
**Created:** [October 31, 2021, 7:56am UTC](https://community.glideapps.com/t/how-to-bulk-add-user-specific-column-data/33793 "2021-10-31T07:56:20Z")
**Posts on this page:** 1
**Showing post:** 5

<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: [October 31, 2021, 2:49pm UTC](https://community.glideapps.com/t/how-to-bulk-add-user-specific-column-data/33793/5 "2021-10-31T14:49:59Z")

</div>

Below is an excerpt from another post that explains how I believe user specific columns work. I believe the values are stored in a separate hidden glide table. Not directly in the table that contains the user specific column…although it may visually appear that way and you can work with it like it is. I think it’s just a special type of relation with direct access to the value in that hidden table.

If you want to periodically access user specific data, you can manually export the app data as a CSV file that’s emailed to you.

> [@Why can't I create a form for User-Specific columns?](https://community.glideapps.com/t/why-cant-i-create-a-form-for-user-specific-columns/11347/5):
>
> User specific columns require a row id so an underlying hidden relation can be created to a separate underlying hidden table (containing row id, user email, and column value) to store those user specific values and properly link it back to the correct row.

---

_[View the full topic](https://community.glideapps.com/t/how-to-bulk-add-user-specific-column-data/33793)._
