Hi all,
I Want to merge two excel file in datatble and want print all values after merging the datatble.
All excel file have same structure like all columns so no issue to merge.
Please guide or create a workflow so i can do same. fast pls.
thanks
Hi all,
I Want to merge two excel file in datatble and want print all values after merging the datatble.
All excel file have same structure like all columns so no issue to merge.
Please guide or create a workflow so i can do same. fast pls.
thanks
Pls use this steps,
Read Range (First Excel) → dt1
Read Range (Second Excel) → dt2
Merge DataTable (dt2 into dt1)
Output DataTable (dt1) → mergedString
Write Line (mergedString)
Or let me know i’ll create workflow sample.
Happy automation
Yes pls create a sample workflow. thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.