Data not shown / disappeared in live version

URL: https://importit.glide.page

The data is not shown in live version (only the data of the tables in the front-end)
I tried clearing cookies, incognito, different devices… nothing

It was totally fine till yesterday, when I added all the relations I needed.
In the builder and back-end tables everything looks fine. the relations are working there.


Can you show us what it looks like in the Glide Data Editor?
Please ensure the column headings are visible.

1 Like

Thank you for you help!

Okay, it’s as I suspected. You have a series of User Specific columns in your Suppliers table. I can tell they are user specific because of the blue coloured icon in the column header:

You almost certainly shouldn’t be using User Specific columns here. They way they work is that every user will see a different value in each row, and each row will initially be empty for every user.

You should delete those and recreate them as regular (not user specific) columns.

HOOO your RIGHT!
I have changed all of the to use specific because they should be user - specific…
I guess this is why I can’t see them in live mode.

The rows i have added in the editor are just for preference while I build the app.

I’ll try to connect to my account and check if they are visible.

But why is the item ID visible?
I want it to be a blank chart in case the user didn’t input anything

Hah!

I have signed in and it’s all here.
Thank you !

It’s visible because it’s a RowID column, which is not User Specific.

You should instead use Row Owners, if each user should only see their own data.

1 Like

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