Append 3 variables into existing excel on the same row (different column)

Hello guys, I want to append 3 different variables into an existing excel file, each variable should be written on the same row but different columns, e.g A1,B1,C1. How can I do that?
I tried with write range,but somehow I need to convert the variable type into datatable…
Thank you.

@Ionut_Frincu

  • create a datatable with the needed Columns structure: Build datatable
  • use an add data row activity and add the data to the datatable
    grafik
  • write it to excel with a write range activity

Thank you @ppr. Solved! :slight_smile:

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