> For the complete documentation index, see [llms.txt](https://docs.drafter.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drafter.ai/build/create-workflow/export-output-results.md).

# Export output results

After getting the output you can:

1. Copy the best results from a specific card or row
2. Export all of them as CSV.

### Copying selected results

To copy workflow results, just click the <mark style="background-color:blue;">**“Copy”**</mark> button in the card or row:

![](/files/QIlX13AURzPPHDMmi029)

All the data outputs from the card will be copied to the clipboard automatically in the same order you have them in the card.

### Exporting all results

To export all the data outputs and every combination of them as CSV, click the <mark style="background-color:blue;">**“Export Results”**</mark> button in the top action bar:

<figure><img src="/files/hXYI6ryvaPecHmX77c1h" alt=""><figcaption><p>Exporting results</p></figcaption></figure>

Save the CSV file on your PC to review later or import it to other tools you use.

If everything worked fine for your workflow once, let's dive deeper into the pricing model.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drafter.ai/build/create-workflow/export-output-results.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
