Create an n8n form to collect name, email, phone, save data to Google Sheets, and upload files to Google Drive

Question
I am using the n8n Form node to collect user details such as name, email, phone number, and a file upload (CV).
My goal is:
Store all text fields (name, email, phone number, position) in Google Sheets.
Upload the attached file from the n8n form to Google Drive.

kindly help me

1 Like

Hey @Billaw_Baran_Mukherj Welcome to the n8n community!

What you are looking for can be achieved easily using a setup demonstrated below:

This is the kind of workflow which can help you achieve your goal, this is very simple and is really nice in most of the cases , i recommend adding an Authentication in this as well so that you can validate the user’s EMAIL so you dont have to worry about having dead/incorrect emails into your sheets.

Let me know if this helps