Mar 15, 2018 09:13 PM
I work in event management and am trying to keep track of our conference speakers. About half of our speakers need hotel rooms. I have a table that keeps track of speakers and the events they are attending. This table has a checkbox field that asks if they need lodging. I have a second linked table that keeps track of hotel reservations. What I want is for a hotel reservation record to be automatically generated when when the “lodging needed” box is checked on the first table. I’ve been told this is possible but I can’t find a formula for it.
Mar 16, 2018 03:23 AM
I think you could do it with Zapier:
Mar 16, 2018 10:11 AM
As far as I know, there isn’t a way to generate a new record in one table based on a field being checked in a different table — at least not entirely within Airtable. As @Elias_Gomez_Sainz notes, it can be done with the assistance of middleware.
However, for a way to fake this functionality, see this reply (and associated demo base) from an earlier post. In your case the [Timestamp]
table would be your [Reservations]
table, and you wouldn’t necessarily need any of the legerdemain with timestamps or created times, but you could appropriate the ‘linked-record-faux-checkbox-field’ trick for your own purposes. It isn’t necessarily elegant, but it gives you what you need at a minimal increase in effort: three mouseclicks instead of two.
Mar 17, 2018 07:29 AM
Hi @W_Vann_Hall, I also am looking to generate a new record in one table based on a field being checked marked in a different table. Your reply was helpful, but I’m trying something a bit different and I’m curious about your thoughts.
I have 3 tables right now (Beverages, Snacks, Bars) and a total table. I want to send this base to my customer so they can checkmark which items they want to order. I used ‘linked-record-faux-checkbox-field’ trick and it worked for my beverage, but since I can only link to 1 table I’m not sure of the best way to have the total show quantities entered on all tables.
Any suggestions?
Mar 17, 2018 03:50 PM
Can you post a link to the base? (Click ‘share’ button; select ‘Shared base link,’ followed by ‘Private read-only link,’ and copy the URL; make sure ‘Allow viewers to copy the data in this base’ is enabled.)
Mar 17, 2018 06:24 PM
Here ya go
This sheet displays snacks we carry. Select if you want us to stock it. Enter par level you always want on hand. We monitor this and will always deliver to get you back to par.
Thanks
Aug 21, 2020 01:21 PM
We built an extension that allows you to create a duplicate record in another table when a checkbox is checked.