Help

Re: Populating a table by clicking records on another

868 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Jyrki_Keisala
6 - Interface Innovator
6 - Interface Innovator

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?

4 Replies 4
Adam_Dowsett
5 - Automation Enthusiast
5 - Automation Enthusiast

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.

Adam_Dowsett
5 - Automation Enthusiast
5 - Automation Enthusiast

Someone has made a template for this: https://zapier.com/app/editor/template/12916

Jyrki_Keisala
6 - Interface Innovator
6 - Interface Innovator

Free Zapier is useless in my case - it is way too restricted - so I’ll actually implement this with the Airtable Ruby Client.

What do you want to achieve? Is not a View useful for that?