Extract data from the web browser

Hi @Palaniyappan ,

May i know in what situation use data scraping more suitable?

I have tried to use the data scraping but i cant write to excel file. Basically the whole process is i want to key in the invoice number in the web browser (by iterate for each row) and get the total number of file name per result search by invoice number.

Meaning first invoice maybe have 7 file name and second invoice maybe have 4 file name which the result could be vary.
Screenshot below is step that i have build.

image

Reason i use the add data row is i have other data to be extracted into excel file but not using data scraping method. Only the last " Extractdetail" is coming from the data scraping method

May i know if this method is correct?Because before this, the data able write into excel file. But after i add in new column - Extractdetail , it fail write into excel file.

Many thanks again for your help.