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 ???
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
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.