Forum Discussion

ShannonDorman's avatar
ShannonDorman
Qrew Trainee
7 years ago

Keeping a copied table with updates values

I copied a table but I need it to have the current information from the first table. How do I ensure that the copied table keeps the current information (and not just the format of the first table)?

6 Replies

  • I think what you're looking for is a 'connected table'.  This is a table that you set up to mirror another quickbase table, and to keep the data in the connected table the same as in the source one.  This is the easiest way to accomplish this, albeit there are a few caveats.  For one, the shortest time you can schedule between 'syncs' is one hour, although you can manually sync as often as you want.  There are other ways to do this as well, such as using native webhooks.  There is an example app in the exchange which demonstrates how those are setup.  The benefit is that the second table can be kept up to date with the source table in 'live' time, not on a schedule.  However, there is significantly more setup involved in this method.