Want to merge two excel file in datatble

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 @RPA_Learner0

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

Hi @RPA_Learner0

Can you try this

Input:(Sheet1)

Input:(Sheet2)

Output:(Sheet2)

Regards,

1 Like

Hi @RPA_Learner0

Please check below steps,

Found Helpful, feel free to mark as a solution.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.