description |
---|
The export feature allows you to download a set of data to CSV, XLS, XLSX, JSON, HTML, and Notepad (txt) formats. |
If you are exporting data using a table component, you will be provided two options as data sources. This Component
and Set Data Source.
This option allows you to export the current data shown on the table. You will also be able to sort the data based on a specific column. Choose the columns to include, and set the number of records to export.
This option provides three options:
- Load Data: Load data from a connected data source.
- Load Using Workflow: Load data resulting from a workflow.
- Specify Data: Load data from another component, page query, or a variable.
You will also be able to sort the data based on a specific column. Choose the columns to include, set the number of records to export, and set filters.
This feature allows you to sort the records by a specific column when exporting to a file. To disable sorting, choose Not Specified
as a sorting option.
{% hint style="info" %} Make sure sorting is stable or you can get duplicated/missing result rows. {% endhint %}
First, you need to add an export action to the table for exporting selected rows. To do it, follow the steps:
- Drag-and-drop a
Table
to your page - Go to the Actions Tab
- Click on the
Row Checked
button - Click on the New Action
- From the dropdown menu, choose
Export Data
- Click on the Choose Resource
- Click on the
Add
button to apply a filter - To apply a filter, choose ID equals
- Choose the formula for the filter
{% @arcade/embed flowId="w0F7I6K8zq7QHO3VMbdZ" url="https://app.arcade.software/share/w0F7I6K8zq7QHO3VMbdZ" %}
- Click on the rows you want to export
- Click on the
New Action
button - Click on the
Execute
button - Choose the format of the file
- Choose CSV for exporting the file as CSV
- Click on the
Export
button
{% @arcade/embed flowId="XFq70hOR2pcQlbWWo7bE" url="https://app.arcade.software/share/XFq70hOR2pcQlbWWo7bE" %}
- Click on the Text field
- Rename the button
{% @arcade/embed flowId="EnAeqhkbd47OhGt2rEDb" url="https://app.arcade.software/share/EnAeqhkbd47OhGt2rEDb" %}