Hi Glide Team,
I have issue in Duplicating App. I chose Linked Table when I dupliceted it and I use native Glide Tables, hoping it will use just one for all app table, as seen in this screenshot:
But, when I updated by adding a column in the duplicated App, the original App is not adding the new column (that I already refresh it many times).
Not showing the column ‘TestDuplicate’ in the original App’s table.
I really hope it will be easier to sync data with Glide’s native table instead of using Google Sheets, as I’ve done in my previous projects.
Somebody help?
The column you added is a computed column. Computed columns do not sync between linked tables. Only non-computed columns will be kept in sync.
To understand more, have a read of the below. It’s quite old, and some of the terminology has changed, but the information is still accurate.
The way your question is posed is a little confusing, so I won’t try and answer it directly. Instead I’ll explain how it works, and maybe that will help.
First thing is that it’s important to understand the difference between Basic and Computed columns. Maybe you already do, but it’s vital in this context so I’ll explain it anyway.
Basic Columns are those columns that contain actual data, as opposed to data that’s calculated from other columns. Text, Email, Image, Date/time are all examples o…
3 Likes
So I have to ensure that I will do the computed columns again in the other App if I needed it.
Got It! Thanks and appreciate, Darren!
1 Like
system
Closed
May 5, 2025, 1:06pm
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.