Extract Data activity

Hello, I would like to know if there is any data extraction type activity like the one that uipath has, I have tried with the recorder but it cannot obtain the table because it is located in an application.
I also tried the activity get table data by xpath but it gave me an error in the statement.

Thanks to all!

First, I would like to understand what exactly you need to get. If this is a table inside a Windows application, then in OpenRPA there is no separate step to obtain it. You can configure the “Get Element” step so that it finds rows in the table and specify the “MaxResults” property > 1. Next, place another similar step in the container of the created step, but which will already look at the cells inside the row, the settings for it are the same. This way the robot will scan the entire table inside the application

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.