Pre-alpha. No tagged release and no upgrade path between versions. Use for evaluation and development only, not production.
BusinessPre-alpha

Export and import (reports)

Download your data as CSV or PDF, or bulk-import updates from a spreadsheet — when your administrator has enabled Report on that screen.

Report is not on every screen. It appears only on views configured by your team — typically on a form toolbar (next to Save) or on specific lists such as CRM Leads.

When you see the Report button

Open a list, form, or kanban view. If Report appears in the toolbar (on forms it sits in the same row as Save and Discard), export and/or import is enabled for that screen.

If you do not see it, ask an administrator or developer to enable reporting on that view.

Download a report (CSV or PDF)

Use this to share data, analyze in Excel, or archive a snapshot.

  1. Open the list or record (for example CRM → Leads).
  2. Click Report.
  3. Choose Download CSV or Download PDF.
  4. In the dialog, leave the default columns checked or pick the fields you need.
  5. For PDF, choose page size: A4, Legal, or Letter.
  6. Click Run. Your browser downloads the file.

What is included

  • On a list or kanban, rows match what the menu action shows (up to 500 records).
  • On a form, only the current record is exported.

You need read access to that type of record. If download fails, contact your administrator.

Prepare data with an import template

Before bulk-updating, download a template so column headers match the system.

  1. Click ReportDownload import template.
  2. Select the fields you plan to fill in (include id if you will update existing records).
  3. Click Run. You get a CSV with header row only — no data rows.
  4. Open the file in Excel, Google Sheets, or similar and fill in your rows.
  5. Save as CSV (UTF-8).

Upload and import (bulk update)

Import always goes through a review step. The system will not load your file directly without letting you map columns and preview rows first.

1. Start upload

  1. Click ReportBulk upload CSV.
  2. Select the fields you are importing (same as template).
  3. Choose Import mode:

- Create only — every row becomes a new record.

- Create or update — rows with a valid id update existing records; others are created.

  1. Select your filled CSV file and confirm.

2. Map columns

You are taken to the Bulk import screen.

  1. Open the Column mapping tab.
  2. For each column from your CSV, choose the matching field — or Skip column if you do not need it.
  3. Open the Preview tab to see the first rows after mapping. Fix any errors shown (wrong type, missing required field, invalid id).

3. Confirm or cancel

  • Click Confirm import when mapping and preview look correct.
  • Click Cancel to discard the upload without changing data.

After confirm, you return to the list you started from. A message shows how many rows were created, updated, or skipped.

Understanding results

Message partMeaning
CreatedNew records added
UpdatedExisting records changed (upsert mode with valid id)
SkippedRow ignored (empty mapping, validation error, or duplicate issue)

Common issues

ProblemWhat to do
Report button missingView not enabled — contact admin/developer
Download empty or shortList may have no rows, or you lack access
Import rejected on previewFix mapped fields; required fields must have values
Upsert not updatingEnsure id column is mapped and ids exist
File too largeMaximum upload size is 8 MB — split the file

Permissions

ActionTypical access needed
Download CSV/PDFRead on the record type
Bulk importCreate (and update for upsert mode)

Your administrator controls access through security groups.

Examples in your apps

AppExample
CRMExport pipeline leads; bulk-import new leads from a trade-show list — see CRM
ProductsBulk-load product catalog when enabled on the product list — see Products

What is not available yet

  • Excel (.xlsx) download or upload
  • Scheduled or emailed reports
  • Importing without the mapping and preview step
  • Export from pivot/analysis views

See also