Hi I have two table extracttable1 and Extracttable2.How to add and write in one excle
hey
use the append range activity
regards!
Yes possible in two different sheets or in the same sheet as well.
Thanks
#nK
How to add in one excel.Please give me example.
-
Use Excel
where you choose the XL file path -
Use
Write Range
& pass theExtractDt1
Data Table -
Use
Append Range
& pass theExtractDt2
Data Table
Hope this helps
Thanks
#nK
Merge Data Table
–
Is used to append a specified DataTable to the current DataTable. The operation is more simple than the Join Data Type activity, as it has 4 predefined actions to perform over the missing schema.
Hey @Shakti_Singh
Yep, Merge Data Table should also work which will need just one write range activity at the end to write the table to Excel.
Thanks
#nK
@Himanshu_Pratap_Rana If below is the output that you are expecting then please check below workflow
Example.zip (10.8 KB)
First data table
Second Data Table
Output
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.