TL;DR: I’m creating a number of different data sets in Tables, with thousands of records each. Is there a way to rapidly update/enrich data? E.g. add a new column, update blank records.
I’m a technical, non-technical co-founder - i.e. I understand tech and can read + understand API documents, but I can’t code anything per se.
I want to connect the data from a number of systems, e.g. reservations, access codes, customers, screening results, package notifications, etc...
Our core system has an API, but no web hooks. But it has trigger emails and automations that can customize and we’re pushing through Zapier’s email parser to create web hooks for systems that are not integrated (e.g. creating a new temporary access code for each reservation in our access management system).
For NEW records (i.e. new reservations), I have include all the dynamic fields that I need to send to Zapier Tables.
For OLD records (i.e. historic reservations), I currently don’t have a report or extract that includes all of the fields that I need. For example, the reservation data only includes an ID number (e.g. 1357) instead of a long string ID (e.g. 3bc57810-91db-4ed6-94da-9f62fc24fd2c). It includes the customer’s information, but not their customer ID (i.e. to cross-reference to the customer data set).
I need some of these IDs to lookups for other tables. E.g. my reservation system has an integration to a screening system, but it uses the long reservation ID (e.g. 3bc57810-91db-4ed6-94da-9f62fc24fd2c) to link the records - I don’t have this on historic records.
So if I import all of my historic reservation data in Zapier Tables, it will be missing the long reservation ID and the customer ID. I am working to get an extract of this data, but don’t know how long it will take. I am not sure how to update the thousands of records in Zapier Tables once I do.
If it was in Excel or similar, I could use a VLOOKUP. Or if it was in a spreadsheet or Airtable (or similar), I could filter the records and then copy and paste the data. But none of these options appear available in Zapier Tables.
I can’t find anything in Zapier’s help docs. Any idea how to do this quickly in bulk?