How to merge Two colunm and print data in third colunm using Datable

  1. Workflow-4 for datatable and for loop
  2. Build datatable with Name and surname column
  3. add another column named as “Full Name”
  4. Merge column Name + Surname and add final result to “full Name” column
  5. Print data table in excel file

  1. Add “Full Name” Column
  2. Loop the table and add “name” “surname” to “full name”
  3. set the value to the data table