Skip to main content
All CollectionsUnderstand the CommandsData table
[Command] Export multiple data tables
[Command] Export multiple data tables
Sophie avatar
Written by Sophie
Updated over a week ago

Definition and Usage

The Export data table command is used to export multiple data tables into one XLSX file.


Parameters Values

Set parameters

Parameters

Description

Data table

Select a data table that has been imported to RPA

Save to

Choose or enter the full file path to save the file

File name

Specify a file name

If the file exists

Choose to overwrite the existing file or use a random name if the file name already exists

Export with table headers

Choose to export file with or without headers

Save file path as

Save the file path as a new variable

Error handling

Parameters

Description

When error occurs

If an error occurs, the process is terminated by default. You can also ignore the error or retry the current command


Example

The workflow will navigate to the designated web page and save it under a variable titled"webpage". Then, it will input the keywords onto the webpage and iterate through the search results. Subsequently, the relevant text and href elements of the designated webpage will be extracted and compiled into two tables. Upon completion of the iteration process, the resulting data table will be exported to a local file.

Did this answer your question?