# Glide Column Data not showing in browser mode

**URL:** https://community.glideapps.com/t/glide-column-data-not-showing-in-browser-mode/25895
**Category:** Ask for Help
**Created:** [April 22, 2021, 3:10am UTC](https://community.glideapps.com/t/glide-column-data-not-showing-in-browser-mode/25895 "2021-04-22T03:10:25Z")
**Posts on this page:** 1
**Showing post:** 9

<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: [April 23, 2021, 4:33am UTC](https://community.glideapps.com/t/glide-column-data-not-showing-in-browser-mode/25895/9 "2021-04-23T04:33:43Z")

</div>

> [@DDogCap](#):
>
> I am adding rows to a table called Discs. It does not have row owners. I was trying to display and use a field from Users which has the email address set as the row owner.

Okay. Just for giggles, does it make any difference if you remove row owners from the users table?  
At the very least, that would help rule out any possibility that row owners are involved.  
The reason we often focus on row owners is that (whilst they are the best option for securing private data) they often come with unexpected/unintended side effects.

Other than that, I don’t really have any ideas. It could be a bug, as you suggest.

> [@DDogCap](#):
>
> My apologies if my early reply came off as inappropriate. That was certainly not my intention.

Not at all, and nothing to apologise for 🙂

Just as a side note, I’ve used the same technique that you’re using (roll up max and add 1 to get the next ID), although in my case I did the calculations in the table that contained the data being operated on rather than my users table. One thing that I’m aware of is this technique is potentially subject to a race condition that could lead to rows with duplicated ID’s. I’ve not seen it happen, but I think it’s possible - if you have multiple users adding rows simultaneously. Read more about that below…

> [@Auto Numbering](https://community.glideapps.com/t/auto-numbering/20355/20):
>
> If there are a lot of simultaneous submissions, are you sure 2 or more rows will not take the same Roll UP +1 and consequently 2 rows will have the same number??

---

_[View the full topic](https://community.glideapps.com/t/glide-column-data-not-showing-in-browser-mode/25895)._
