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 Childrenor 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.
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
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.
There are no unused variable
This activity is working different, may version issue is there. not working for me.
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




