Export DataTable
Estimated reading: 2 minutes
The Export DataTable component exports data from an existing DataTable to an Excel or CSV file, which is stored in the File Manager of the connected project in Robility Flow.
When should I use this?
Use this component when, Data needs to be shared as an Excel or CSV file.
How it works
1. Select the DataTable to be exported.
2. Choose the required export format (Excel or CSV).
3. Specify the output file name.
4. Run the flow to generate the file in the File Manager.
Parameters
| Parameter | Description |
|---|---|
| DataTable* | Specifies the DataTable to be exported. Select the required DataTable from the dropdown list. |
| Export Format* | Specifies the file format for the export. Supported formats are Excel (.xlsx) and CSV (.csv). |
| File Name* | Specifies the name of the output file, including the appropriate file extension. |
| Timeout (seconds) | Maximum wait time for the download request to complete before the operation times out. Default: 30 seconds. |
| Retry count | The number of automated download attempts if the initial request fails. |
| Delay between retries (s) | Wait time between consecutive retry attempts. Default: 1 second. |
| Delay before execution (s) | Time to wait before the component starts processing. Default: 0 seconds. |
| Delay after execution (s) | Time to wait after the component finishes processing. Default: 0 seconds. |
| Continue on Error |
Determines the behavior when an unrecoverable error occurs:
Stop Workflow – Halts workflow execution. Continue – Skips this step and continues without passing the error downstream. Continue Using Error Output – Continues execution and routes error details through the error output handle. |
Output
| Output | Description |
|---|---|
| ExportStatus | Returns the status of the export operation (for example, Success or Failed) for use in workflow logic. |
| FilePath | Returns the file path where the exported DataTable is saved, allowing it to be used in subsequent workflow steps. |
Tips
1. The exported file is stored in the Robility File Manager.
2. Once the file is exported, it can be accessed and managed using the Robility File System component.