EXCEL Get workbook property function

The EXCEL Get workbook property function in RPA.

Help CentreBuilding Processes

This article describes the RPA Excel functionality to read a workbook property.

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


Description

The Get workbook property function reads a document property from the workbook and stores it in a variable. Workbook properties are metadata fields embedded in the file, visible in File → Info in Excel.


Available properties

PropertyDescription
TitleThe document title
AuthorThe document author / creator
SubjectThe document subject
KeywordsTags or keywords associated with the document
CommentsGeneral comments or description
CategoryThe document category
CompanyThe company name
ManagerThe manager’s name

Setting it up

To use the Get workbook property function, follow these instructions:

{{popups:rpas/add:action=excel-get-property}}

Once on a process map:

  1. Navigate to the process where you would like to add the function
  2. Click on the green button’s drop-down
  3. Click on “+ Activity”
  4. Select the EXCEL Get workbook property option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
PropertyYesSelectTitleThe workbook property to read
VariableYesText-Name of the variable to store the property value

Output variables

VariableTypeDescription
VariableStringThe property value, or empty string if not set

Tips

  • Use this to read metadata before processing – e.g. check the author to determine the source system
  • Properties may be empty if they were never set on the workbook

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.