I Want to extract the data from a website having a list of URL's, but while using Table extraction it's not working prooperly and fetching only header and rest data table is blank

image
Here is the screeshot of the web page, from which I have to eaxtract the data but it’s fetching blank data in data table

Hi @Nex_Automation

Instead of using the Extract Table data activity, use the For each Ui element activity and indicate it will extracts the pattern based text. Then Inside for each insert Get attribute activity and select the attribute which contains the link and save it to a variable, after that use the Add items to collection activity to add the each link to the List Datatype variable.

Hope it helps!!

Actually, the data is dynamic. The number of URL’s that have to fetch can be change.

If the data is dynamically change means number of rows change the for each Ui element will work… @Nex_Automation

Try this and let me know