Mar 20, 2017 05:50 AM
Easy enough question: I’d like to populate an empty Table2 with records from Table1 such that I would click a checkbox on each record on Table1 that I want to appear in Table2.
Is this at all possible?
Mar 20, 2017 03:36 PM
An integration with Zapier would do the trick nicely. I’d setup a view filtered to only show those records with the checkbox ticked, then create a zap that triggers when a new record is added to that view.
Note that with the free/basic plan it will only check every 15 minutes, so if you need a quicker response after ticking the checkbox you might need to look into a webhook setup.
Mar 20, 2017 03:38 PM
Someone has made a template for this: https://zapier.com/app/editor/template/12916
Mar 21, 2017 07:15 AM
Free Zapier is useless in my case - it is way too restricted - so I’ll actually implement this with the Airtable Ruby Client.
Mar 26, 2017 10:57 AM
What do you want to achieve? Is not a View useful for that?