I need to extract the table from a webpage

Im trying to extract this table from webpage. the no of lineitems changes for each invoice. I need to extract the No from the table and fill the Accepted tab one by one.

@sathish_moorthy

you can use for each ui element

cheers

can you send a sample workflow. datascraping or table extraction is not working properly

Hi @sathish_moorthy

Try with “For Each Ui Element” activity

I tried for each. but im getting this error .For Each UI Element: Error HRESULT E_FAIL has been returned from a call to a COM component.

Try to use Table extraction to extract the all the items in table fromat, and there you can for each row in datatable, in that you can fill the the details whichever you want in accepted tab

I have extracted the table. how to enter the data in the second line accepted tab

use type into acitivty and use anchor as No Cloumn values (In No column you have serial numbers you have right)

if you are facing any issues, please share the URL if possible, will create one sample xmal file for you

Try also the Activities - CV Extract Table activity.