> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scanova.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Downloading end-user & RSVP data

> Exporting lead, form, and RSVP data.

## Two separate export mechanisms

Scanova has **two separate export mechanisms** for two different kinds of data. They look similar (both are labeled "Export CSV") but behave differently and live in different places:

1. **Lead List export** — on a [Lead List](/leads/lead-lists)'s detail page, exports that list's captured contacts.
2. **Data Collected export** — on a QR code's detail page, exports form/RSVP/feedback submissions collected through that QR's landing page.

<Warning>
  Don't confuse the two — a Lead List and a QR code's linked Form are unrelated data sets, even if a QR code happens to use both features.
</Warning>

## Lead List export (synchronous)

On a Lead List's detail page (`/lead/[id]`, **Entries** tab), click **Export CSV**.

<Steps>
  <Step title="Open the Lead List">
    Go to **Forms > Lead List** in the sidebar, then click into the list you want to export.
  </Step>

  <Step title="Click Export CSV">
    On the **Entries** tab, click **Export CSV** in the top-right of the Responses table.
  </Step>

  <Step title="File downloads immediately">
    The browser downloads a `.csv` file right away — there's no processing step. A **Download started** toast confirms it; if the request fails, you'll see a **Failed to export entries** toast instead.
  </Step>
</Steps>

This is a direct, synchronous download: the button requests the file and saves it to your browser's downloads as soon as the response comes back — no waiting, no email.

<Note>
  On free-plan accounts, Lead List entry export is capped at the first 25 responses.
</Note>

The **Analytics** tab on the same page has its own **Export Analytics** button, which downloads the aggregated entry counts and top-sources breakdown (not the raw entries) the same way — immediately, no email involved.

## Data Collected export (asynchronous, emailed)

RSVP responses, custom form submissions, and restaurant feedback collected via a QR code's landing page live on that QR code's own detail page, under the **Data Collected** tab — a completely different screen from anything under Lead Lists.

<Steps>
  <Step title="Open the QR code">
    Go to **QR Codes**, open the QR code whose submissions you want, and click the **Data Collected** tab.
  </Step>

  <Step title="Pick the right sub-tab">
    Dynamic QR codes always show a **Form** sub-tab. QR codes whose landing page includes an RSVP, feedback, or lead-list block additionally show **RSVP**, **Feedback**, or **Leads** sub-tabs. Select the one with the data you want.
  </Step>

  <Step title="Click Export CSV">
    Click **Export CSV** above the responses table.

    <Frame caption="The Data Collected tab on a QR code's detail page, with its own Export CSV button">
      <img src="https://mintcdn.com/scanova-api/2FTGGTqcp1qRUtvm/images/v2/leads/downloading-data/qr-data-collected-tab.png?fit=max&auto=format&n=2FTGGTqcp1qRUtvm&q=85&s=11b5a68da76d1f15be26a920402c5bd3" alt="QR code detail page, Data Collected tab, showing a linked form and an Export CSV button above an empty responses table" width="1440" height="900" data-path="images/v2/leads/downloading-data/qr-data-collected-tab.png" />
    </Frame>
  </Step>

  <Step title="Wait for the emailed link">
    Unlike the Lead List export, nothing downloads immediately. A toast reads **"Your export is being prepared — you'll receive the download link shortly,"** and the file is generated in the background, then emailed to you as a download link once it's ready.
  </Step>
</Steps>

<Warning>
  This export is asynchronous by design — the file is built as a background job and the result is delivered by email, not streamed straight to your browser like the Lead List export above. If you click Export CSV and nothing appears in your downloads, that's expected: check your email instead.
</Warning>

## Which one do I need?

| You want to export...                                                         | Use                                                                         |
| :---------------------------------------------------------------------------- | :-------------------------------------------------------------------------- |
| Contacts captured by a legacy Lead List                                       | The Lead List's **Entries** tab → **Export CSV** (instant download)         |
| Aggregated stats for a Lead List                                              | The Lead List's **Analytics** tab → **Export Analytics** (instant download) |
| Form responses, RSVPs, or feedback submitted through a QR code's landing page | That QR code's **Data Collected** tab → **Export CSV** (emailed link)       |

## Related

* [Leads & lead lists](/leads/lead-lists) — where the legacy Lead List entries described here come from.
* [Form responses](/forms/responses) — viewing Form submissions on the modern, non-legacy path.
* [Building a form](/forms/building-a-form) — set up the Forms whose Data Collected exports are covered above.
