2
0
Files
bot/apps/docs/results/overview.mdx
2023-12-22 09:13:53 +01:00

34 lines
1002 B
Plaintext

---
sidebarTitle: Overview
title: Results
icon: table
---
## More options menu
<Frame>
<img src="/images/results/more-options.png" alt="More options menu" />
</Frame>
### Export all results to a CSV file
You can export all results to a CSV file. This will download a CSV file with all the results from the current bot.
The `Include deleted blocks` option, if enabled, will include answers from blocks that doesn't exist any more (was part of a previous version of your bot).
### Re-arrange and hide specific columns
To make your result table more readable, you can re-arrange and hide specific columns.
<Frame style={{ maxWidth: '300px' }}>
<img src="/images/results/columns-settings.png" alt="Column settings" />
</Frame>
## Logs
For each result, you'll find a "See logs" button that can show you what went wrong while executing an integration such as Send email, Google Sheets, or a Webhook call:
<Frame>
<img src="/images/results/logs-button.png" alt="See logs buttons" />
</Frame>