@niranjan.kummara
1.for each id in list loop inside enter the security id 2.use counter variable and intialize as 0
Increment it by 1 using assign activity
3.extract table and give datatable variable as extrctdatatable+counter.tostring
4 write it in excel
in sheet field " sheet"+ id.tostring and datatable field give
extrctdatatable+counter.tostring
This code will save table data in different sheet with id as sheet name