Hi , guys !
I have 7 columns with single row data and I want to write it in existing datatable .
how ?
so I have single row data , For each row is not good option for just single data.
Thanks in advance.
Hi , guys !
I have 7 columns with single row data and I want to write it in existing datatable .
how ?
so I have single row data , For each row is not good option for just single data.
Thanks in advance.
you can use the “Add Data Row” activity to add a single row of data to an existing DataTable.
but how ?
Could you please explain
what will be the expression in array row of add data row?
in shared picture same column names are added in Build Dt
Your Existing datatable and the seven columns with single row have same column names then you merge the data using MERGE DATATABLE ACTIVITY
OR
Read the 7 columns with single row data excel using read range
Then take For each row in datatable
Use add datarow activity
i am extracting from shared picture data then writing in buld dt
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.