How to Loop Extract Table Many URL Insert data and create sheet excel


I’m have some question I want to Loop Extract table. Receive data to Var(extracttable)
1.first loop extract table from url save to var(excelextractable)
2.insert into for each excel row
But it’s loop can’t extract secound loop extract table url >>>> how to ???

Hi @ilizishible_Choa

Use Write Cell activity instead of Write Range Workbook activity

Regards,

@ilizishible_Choa,

Remove For Each Excel Row activity and only use Write Range activity. This will write all extracted rows to excel sheet in one go.

If your sheet would have existing data which you want to preserve and new data should be added below the existing rows, the use Append Range activity.

Thanks,
Ashok :slightly_smiling_face:

@ilizishible_Choa

Welcome to the community

if you are trying to append the data from different tables into same sheet

either use merge datatable and then use one single write

or use append range activity

cheers

Is there anyone who can make an example for me to look at? The need is to extract multiple URL tables and then have Excel create a Sheet in the same worksheet. Put the extract table from the Web into each created Sheet in a One By One format.