Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Use the ActionSet Get Table action

Capture a table from the Windows applications, and web pages on the Internet Explorer browser by using the Get Table component in RPA Desktop Design Studio.

Before you begin

Capture an image of the target application window and create an anchor. For information about how to do this, see Use the ActionSet component.

Role required: none

About this task

The ActionSet Get Table action captures an entire table from a location that you specify in the ActionSet Settings window. You can choose to ignore the table header by setting the Ignore Header property in Step 4 of the procedure.

Important:

For the action to successfully capture table data, the target data must already be in table form. The action cannot convert ordinary text to table data.

You can configure the properties for the Get Table action. For more information about these properties, see ActionSet- Get Table properties.

Procedure

  1. Right-click the anchor.

    To learn about the anchor, see how to use the Anchor.

  2. Click Get Table.

  3. Drag the green plus icon (

Image omitted: green-plus-icon.png
Green plus icon.\) to the area in the target window that contains a table that you want to capture.
  1. In the Properties pane of the ActionSet Settings window, configure the properties of the Get Table action.

  2. Close the ACTIONSET SETTINGS window.

  3. If you didn’t hide the port for the Table action in Step 4, connect the port so the Table parameter can pass on the extracted table data.

    The Table parameter is described in the following table.

    Port typePort nameData typePurpose of connectionNotes
    Data OutTableDataTableReturns the extracted table data.The Data Out port is enabled by default. You can disable it in the PROPERTIES pane.
  4. To test the component, right-click the component bar and then click Run From Here.

Parent Topic:Use the ActionSet component