May 02, 2020 10:17 PM
I currently accept user submissions via a form into an Airtable base. I collect name (fname, lname), email, and Twitter profile and although I’ve created a view with just this data, I think it’d be useful to have a table of “People”. Is there a way to do this automatically? Is this advisable?
Ultimately I would like to use these inbound submissions to populate a kind of basic CRM, and having a People table seems like it’d be useful to have as I build out my base.
May 02, 2020 11:52 PM
Hello @chrismessina,
Your question is a bit similar to a previous one I answered in the forum. I copy pasted my answer below, and adapted a bit to your case. Let me know if that works for you:
Then, each new filled form will create a record in the Submitted form table.
All what’s left to do is to link manually the submitted forms to their related contacts, assuming we identify them by their email address. Might be enough for you in your case to do it once a day, as I assume you don’t need your base to be synch systematically for each new submitted form (in that case you it’d be a good idea to build an automation using Zapier).
The good news is, as you can see in the Gif below, You can do that in 2 clicks by simply copy pasting in the Submitted forms table the whole Email column in to the Linked Record column.
Notice the submitted forms records 3 and 4 came from the same contact (email). As a result, both forms records were linked to the same contact number 3.
With the right structure in place, Airtable is able to handle duplicates for you :
May 03, 2020 11:41 AM
Thanks @Noamsay for your quick response!
That kind of works, but not exactly. I had envisioned a similar setup but wanted to avoid the manual copy-paste step. I don’t mind doing it if I must (and I’d prefer to avoid integrating w/ Zapier et al unless absolutely necessary — one less thing to maintain).
I’m already able to get a view of my data that’s similar to your Contacts table simply by creating a new view in my Submitted forms table with a bunch of the columns hidden.
Maybe I need to think a little harder about what I actually want to achieve and then go from there. For example, I collect donations via Ko-Fi, and I can imagine exporting my list of donors to Airtable (including their emails) so that I could mark the rows of form submissions that are from donors and then do targeted outreach.
Thanks again for sharing your suggestion!