Table Extraction not working, seeking to create similar clunky process

UI Path is giving me the message “No data could be extracted from the indicated table” when I try to implement the Table extraction function.

This is weird, as UI Path has no problem recognizing each value in the data table as separate elements. So, I wish to create a clunky process that imitates the Table Function in individual steps.

I would like UI path to copy all of the values for the three rows in this page’s table.

Any suggestion how to do this when the Data extraction function does not work?

Hi @Nick_Crandell

have you tried the CV activities? Try using CV Extract Table

image

If that also not worked you need manually populate the datatable using following method

  1. Build Data Table Activity: First, create a DataTable with the required columns using the “Build Data Table” activity. Define the columns as per your requirement.
  2. Loop and Get Text: Use a loop (such as a “For Each” loop) or an iterative mechanism to perform multiple “Get Text” activities for different elements.
  3. Add Data Row to DataTable: Within the loop, use the “Add Data Row” activity to add the extracted text values to the previously created DataTable.

Hope this helps :slight_smile:

I don’t have the option to use this activity, is the a separability downloaded plugin?

Serach Data table in the activities panel