How to have merge data table on same line?

Hi all,

I want to merge two data tables as such:

However, the second table is added in a seperate line of values

How can we have these values on the same line?

Please help

What you are using in write range activity…
Can you share the screenshot of that too

Hi !
I had the same problem, and the solution I found lies on the write range activity starting cell:

  • for your first DT, write range it
  • for your second DT, write range it at “U2”

After this, read range the file, and you have the whole datatable.
This works if 1) you know exactly what is the column letter to start writing your 2nd DT 2) if the data in the 2nd DT is ordered so that it fits perfectly your 1st DT

1 Like