Nov 15, 2022 04:00 PM
I have three tables in one base. In each table, there is a Name field and a checkbox field named “Flag”.
How do I create one “grid” (or interface or anything else) that lists only the record names from all three tables that have the Flag checkbox checked?
Solved! Go to Solution.
Nov 15, 2022 08:33 PM
There are a few ways to do this. One straightforward solution would be to create a new Interface page.
Flag is checked
(or equivalent)
Nov 15, 2022 08:33 PM
There are a few ways to do this. One straightforward solution would be to create a new Interface page.
Flag is checked
(or equivalent)
Nov 16, 2022 06:17 AM
Thank you, Nathaniel! I’ll look into your suggestion. I’m also interested in the other ways you mentioned. Would you mind elaborating?
Nov 16, 2022 09:57 AM
Off the top of my head:
Table with automation
[Pro Plan required] Airtable Sync to a new base
In each of your three tables, create a view that filters down to only include records with “Flag” checked
Create a new base
Inside the new base, create a new table with “Add data from other sources > Airtable base”
Select your original base, the first table to sync, and the filtered view. You will flip the setting (on each source table) to allow them to be sync’d to other bases
Once you’ve set up your first sync source, go into the table dropdown and “Add Records From > Airtable Base”
Now set up a sync from your 2nd source table. Airtable will prompt you to map your columns so you can decide how the data from each table should be merged together
Repeat for the third table
Nov 16, 2022 12:54 PM
Thank you very much for your ideas and the detailed explanations. The “Table with automation” sounded like the most difficult to manage on an ongoing basis, especially with the data going into different columns. I tried both the synced base and your original suggestion, and I think the interface with three grids is the best solution. Thank you again!