(New tables) Bringing fields from related table

Hello everyone,

I’m currently exploring the new Tables feature (really enjoying it so far) and have a question:

How can I replicate functionality similar to lookup fields and formula fields from Airtable?

I understand that Airtable doesn’t follow a traditional relational database model, but I’m curious how to implement comparable behavior within WeWeb Tables.

Thanks in advance!

Hey @Adrian1 :waving_hand:

For lookup fields:

First, you need to create a linked field column in your table. You can link to a user or another table:

And make sure you select a record. In the example below, I created a “Link to Users” column and made sure to select a user for my record:

Then, in a table view (i.e. which is what you’ll bind to an element on your interface), you can select what fields of the linked record are available:

Here’s the full process:
CleanShot 2026-04-14 at 10.36.13

For formula fields:

Those are not live yet but the team is working on it :slight_smile:

Great, thanks a lot!! Any idea on when formula fields might be coming to weweb tables?

I don’t have an ETA at this stage. The product team is still heavily involved to decide on the best UX for this and what should be included so I wouldn’t expect it in the next few weeks.

Can you share more about your use cases? Do you already know the type of formulas that are a must-have for you and those that you can live without?

Thanks for the answer, I get that and appreciate the efforts you are making atm.

Regarding the Formulas: I mean it in a way that Airtable formulas are working. An overly simplified example would be a dynamic date field that calculates something like “date1 + numberOfDays = date2” on the backend side.

I know it can be done on the frontend side easily but for some backend automations to run it would be great to have it dynamic and on the backend side.