How to upload a CSV file then write all data to a Knack object (multiple records)

I have created a Knack (no-code) database application. I have also created a form that allows the user to upload a CSV file. Once the CSV file is uploaded I would like to use Integromat/Make to extract the CSV data and write a new record in a Knack object for each line of data in the CSV file. Each line (record) in the CSV file essentially needs to create a new record in the Knack object. Can anyone suggest the best scenario flow to accomplish this?

Hey @Peter_Burton
This is how your scenario should look like:


If you are using Google form or other form, use that as the trigger, map the file (it’ll be data) to the csv module, and map the CSV output to the last knack module.

2 Likes