# Write to email column (in users table) via relation possible?

**URL:** https://community.glideapps.com/t/write-to-email-column-in-users-table-via-relation-possible/76682
**Category:** Ask for Help
**Created:** [September 28, 2024, 3:08pm UTC](https://community.glideapps.com/t/write-to-email-column-in-users-table-via-relation-possible/76682 "2024-09-28T15:08:38Z")
**Posts on this page:** 4
**Page:** 1

<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: [September 28, 2024, 3:08pm UTC](https://community.glideapps.com/t/write-to-email-column-in-users-table-via-relation-possible/76682/1 "2024-09-28T15:08:38Z")

</div>

I believe this is expected behavior but I just want to check:

In the users table, I have a list of people with empty emails (which I’ll call “people” or “person”) and a list of users with emails with no other information (which I’ll call “user”). Usually one user email will need to be merged with one of the people.

Do we agree that once a link/relation is established between a user and person to be merged (the person’s row ID in the row of the user to be merged with), we cannot write the user’s email to the person’s via the relation?

The way around this would be to copy-paste the user’s email to the person’s, either in a table or via text entry component?

---

<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: [September 28, 2024, 4:22pm UTC](https://community.glideapps.com/t/write-to-email-column-in-users-table-via-relation-possible/76682/2 "2024-09-28T16:22:44Z")

</div>

Are you saying “cannot write” because of the protected status of emails and roles in the user table? If so, then yes I agree you probably couldn’t update the email…at least within the app itself. Possibly through external ways though.

Would it be better to merge the other way and move all of the people data in the user row?

---

<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: [September 28, 2024, 4:31pm UTC](https://community.glideapps.com/t/write-to-email-column-in-users-table-via-relation-possible/76682/3 "2024-09-28T16:31:55Z")

</div>

> [@Jeff\_Hager](#):
>
> Would it be better to merge the other way and move all of the people data in the user row?

Indeed indeed, I’ll try that, and hopefully it’ll work that way.

(And yes that’s what I meant, that I cannot write to an email column through the app.)

---

<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: [October 5, 2024, 4:32pm UTC](https://community.glideapps.com/t/write-to-email-column-in-users-table-via-relation-possible/76682/4 "2024-10-05T16:32:47Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
