EXCEL Extract data function

The EXCEL Extract data function in RPA.

Help CentreBuilding Processes

This article describes the RPA Excel functionality to extract data.

For a full list of available functions, please read EXCEL functions.


Description

The EXCEL Extract data function allows you to extract data.


Setting it up

To use the EXCEL Extract data function, follow these instructions:

{{popups:rpas/add:action=excel-extract}}

Once on a process map:

  1. Navigate to the process where you would like to add the EXCEL Extract data function
  2. Click on the green button’s drop-down (right side of the green button labelled “Process”)
  3. On the menu that appears, click on the “+ Activity” item
  4. From here you can select the EXCEL Extract data option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
File pathYesTextFull path to the Excel file.
SheetYesTextName of the sheet to extract from.
VariableYesTextVariable to store the extracted data.

Output variables

VariableTypeDescription
VariableTable/ArrayThe extracted data from the sheet.

Errors

ErrorDescription
Sheet not foundThe specified sheet does not exist.

Tips

  • The extracted data is stored as a table in memory. Use loop-excel to iterate through it.

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.