CSV import for external users?

Anyone have a solution that would allow external users to upload a CSV that would create new records in Airtable?

Hi,
This would need an automation tool like Make.com or Zapier.

The automation would look like this with Make, roughly:

You have a Softr form with an upload field. The form is set to “send to Make”.
In Make you would create a custom webhook as a first module to receive the data for the Softr form. Then you would use the CSV module to extract what’s inside the CSV and then last module would be Airtable “create record”.

Again “roughly” as this is not an easy automation to perform, the best would be for you to reach out to the Make community, specifically to know how to extract the data from a CSV from a form to push everything in an AIrtable table.