Hi,
what's the use case? You want to join 3 static similar tables in a large vertical one? Just copy-paste.
Or if you want to maintain dynamic solution, perform multi-source syncing to another base. You can adjust field mapping and the source will be additional column.
You may also find this link useful
Hi,
what's the use case? You want to join 3 static similar tables in a large vertical one? Just copy-paste.
Or if you want to maintain dynamic solution, perform multi-source syncing to another base. You can adjust field mapping and the source will be additional column.
You may also find this link useful
Thanks for responding Alexey.
I read the article but I don't think it would work for me.
I am using Airtable and Softr. Softr works on airtable as a database.
In the software I build an app that allows clients of a digital marketing agency to see the results of their marketing campaigns.
I have 2 tables in airtable, one that is updated every day with results from new Google contacts, one that is updated with meta results.
In softr, I wanted to make a summary table, where clients can see and filter the results of all their campaigns.
To do this, I need a table in airtable that joins these tables.
This summary table would be in each row, user_id, year, month, day, Google result and Facebook result.
Automatically, each day a number of records from several clients are created in the meta and google tables, and they should automatically be unified in the summary table by client_id, year, month and day.