Issue with Extract Data Table Activity — Data Not Retrieving to DataTable

Hello,
I am encountering an issue while using the Extract Data Table activity. In the preview, it correctly shows the columns, but when I try to write it into a DataTable, it isn’t retrieving the data.
Has anyone faced a similar issue or have any suggestions on how to fix this? If I’m unable to extract the data as a table, are there other approaches or workarounds I could try?
Any help or insights would be greatly appreciated!
The below image is the data that I’m trying to fetch

It looks like a table but UiPath data extractor can’t detect it. Because it is not in the form UiPath can read.

The following is possible workarounds.

  1. Analyze the structure of UI and use get text on UI elements.
  2. Using get text, get text of the total table. And parse it to data table.

Good luck and happy automation.

Hi @Raghavendra_HK

Please provide the website link on which you want to extract data.

Thanks and Regards

I’m sorry @sarvesh.b you won’t have access for that website.

Hey @Raghavendra_HK
PFA a sequence that extracts the table from the image and writes it back to an excel.
Main.xaml (21.1 KB)

Note: Given that the table is in an image, you may have to configure it to work on the site.

If this works for you, please mark the reply as a solution.

Kudos! and Happy Automation! :grinning_face_with_smiling_eyes: