Data Extraction from Web

Hello Team, I am unable to extract dat from web using Extract table data activity. I tried all ways but still not able to extract.

If Extract Table Data is not working, the website is likely using dynamic rendered elements where UiPath cannot identify the table properly.

You can try:

  • Use Modern Experience activities
  • Indicate the full table again after page load
  • Enable “Simulate” or “Chromium API”
  • Try Find Children or Data Scraping wizard
  • Check if data is inside iframe/shadow DOM
  • As alternative, use Get Text, APIs, or Excel download if available

Sharing the webpage structure/screenshot may help identify the exact issue.


I did everything . I mean using extract table data and classic activity are not available. even delay also added and properties changed.

@babita_shinde1

We are able to find the Extract table activity, not sure for you why it not showing, find the reference below,


And if you want to see the classic activities, install the UiPath.Excel.Activities and after that click on filter section there you can see the Classic option, you can enable the classic activities by clicking the check box

Hope you are using Use application/Browser activity inside of that adding the Extract data table activity.

Or if you are facing any issues please share the screenshot

You can verify below options

Ensure the content is a real HTML table (not a dynamic grid/div-based UI)
Try enabling “Simulate/Chromium API” settings (or switch browser)
Try Use Application/Browser + Find Children as an alternative
If it’s a modern/dynamic UI, Extract Table Data may not work, in that case you can use Find Children / Get Text with loops instead


Please check

@babita_shinde1

Can you try with below xmal file, i just created what exactly showed in your screenshot of workflow
Testing3.zip (515.9 KB)

Happy Automation.

Hello @babita_shinde1

Could you please check by removing the unused variables.

Hope it helps!!

There are no unused variable

This activity is working different, may version issue is there. not working for me.


Can anyone help me on this ?

@babita_shinde1

under this workflow delete all variables that you created and create new variable for extract data table activity, take debug and test your workflow and also while indicating you need select all the data that are available in web

remove the message box and use log message and pass the expression like dtextract.RowCount.ToString