Mar 13, 2024 05:05 AM
Hi Team,
Mar 13, 2024 05:51 AM
Hmm, you could do this with a synced table from Base 1 to Base 2 with an automation in Base 2 that'll trigger whenever a new record gets created in that synced table, and its action would be to create the record in Base 2?
Mar 13, 2024 07:08 AM - edited Mar 13, 2024 07:09 AM
Sure, there are 3 primary options for doing this:
1. Sync your data from one base to another base. Note that the data will only be read-only in the other base, unless you have a Business or Enterprise account, in which case you can enable editing (i.e. two-way syncing) in the other base.
2. Use Make's Airtable Automations to do this in a no-code/low-code way. If you’ve never used Make before, I’ve assembled a bunch of Make training resources in this thread.
3. Write your own custom Javascripts to do this.
p.s. If you have a budget for your project and you’d like to hire an expert Airtable consultant to help you with any of this, please feel free to contact me through my website: Airtable consulting — ScottWorld
Mar 13, 2024 09:14 AM
Yes, but the base 2 is not under the same airtable workspace and same account. It will be under a different account.
Mar 13, 2024 09:15 AM
Will these solutions work, if the other base where I want to sync the data is in a different account?
Mar 13, 2024 01:29 PM
Airtable allows those transactions to happen. Both environments have to be setup to allow those types of transactions to happen.
Mar 13, 2024 08:08 PM
Yeap, that'll work fine; check out Airtable's documentation on creating synced tables: https://support.airtable.com/docs/getting-started-with-airtable-sync
Mar 13, 2024 08:55 PM
Ok, I will give it a try! Thank you!
Mar 13, 2024 08:55 PM
Thank you! I will explore the documentations thanks !