Hi everyone - I saw @Bill.French post about handling millions of records on airtable, but still am unsure given my use case.
I’m building an inventory management app on airtable and building the front end on softr.io.
I’m needing to store 1+ million records (serial numbers). The workflow is like this: someone on softr searches the serial number → softr returns fields associated with the record
I.think something like this could work:
- User enters serial number → creates a row on airtable
- Once the row is created it triggers an automation to search for that serial number in some outside database that handles more records
- Airtable pulls back the other info related to the record on the large database into the airtable row that was just created
- Visualizes this data in Softr
- Once done record is deleted
Does anyone have any thoughts? Thanks so much in advance.