In the provided excel screenshot it contains asp data. I need to copy only asp data to another excel sheet using iterations.
Hi @sandhyareddy,
In case you want to copy a single column from a datatable you can do something like
Assign left - DT2 (new datatable)
Assign right - DT1.defaultview.totable(False,“Column Name”)
Thanks
@Rounak_Kumar1 By using for each loop means how can i do that.
1 Like
@Shikhar_Tandon in the provided excel there are multiple ASP data’s in all those i need to copy only Capgemini ASP data to another sheet.
Hey,
There is no need to use for each row activity
you can follow this workflow which i attached
Dummy.xlsx (9.6 KB)
Sample2.xaml (8.0 KB)
Thanks
Rounak
@ushu Thank you it worked for me.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.