How do I import existing data into my app in bulk?
Yes, Fuzen supports bulk data import so you can seed your app with existing data (e.g. student lists, employee directories, product catalogs, customer records)
Fuzen lets you bring in existing data so you don't have to re-enter records one by one. Whether you have a spreadsheet of employees, a list of customers, or a product catalog, you can upload it directly into your app.

The AI Chat Canvas. Describe your data import needs and the AI will create tables, map columns, and import records for you.
Option 1: CSV / Excel upload
This is the most common method. Works with .csv and .xlsx files.
- Prepare your spreadsheet. Make sure the first row contains column headers that match (or closely resemble) the fields in your app. For example, if your app has a "Students" collection with fields
Name,Email,Class, your spreadsheet should have those same column headers. - Open the collection in your app. Navigate to the page that displays the data you want to import (e.g. the Employees list page).
- Click the Import / Upload button. Look for the Import CSV or Upload button above the data table. It is typically in the toolbar area above the list.
- Select your file. Choose the CSV or Excel file from your computer.
- Map columns. Fuzen will show a column mapping screen. Match each spreadsheet column to the corresponding field in your app. If the column names match exactly, Fuzen maps them automatically.
- Confirm and import. Click Import. The records are added to your collection immediately.
Option 2: Google Sheets integration
You can connect a Google Sheet directly to your app:
- In your app, go to the collection where you want the data.
- Look for the Connect Google Sheets option (may be in the Import menu or available as a workflow trigger).
- Authorize Fuzen to access your Google account.
- Select the spreadsheet and sheet tab to import from.
- Map columns and import.
Option 3: Tell the AI to import for you
You can also use the AI Chat Canvas to describe what you need:
- "Add a CSV import button to the Employees page"
- "Let admins upload a spreadsheet of student records"
- "Create a bulk upload feature for the Products collection"
The AI will add the import functionality to your app so your users (or you) can upload data anytime.
Tips for a smooth import
| Tip | Why it matters |
|---|---|
| Clean your data first | Remove blank rows, fix typos, and standardize formats (e.g. dates as YYYY-MM-DD) before uploading. |
| Match column names exactly | Auto-mapping works best when your spreadsheet headers match your app's field names. |
| Start with a small test | Upload 5-10 rows first to verify the mapping is correct before importing thousands of records. |
| Check for duplicates | Fuzen adds all rows as new records. If you upload the same file twice, you will get duplicate entries. |
Video tutorial
Watch the step-by-step guide: How to bulk upload data in Fuzen
Was this article helpful?
Related articles
How do I set up email notifications in my app?
You can add automated email notifications to your app using Fuzen’s workflow/automation builder. Here’s how: Tell the AI what you need: “Send
Read articleWhat does deploying my app actually do? Can I roll back changes?
What deployment does: When you build or edit your app on Fuzen, changes are applied to your app immediately. “Deploying” specifically refers to acti
Read articleWhat type of apps can I build with Fuzen?
With Fuzen, you can build a wide range of business and SaaS apps . Whether you need a CRM, a to-do list or project management tool, an inventory tracker, an HR
Read article