Hi,
I want to add column in column b and c and then column f another column. How do i do it?
if needed in excel you have insert column activity
if you need in datatable then use invoke method with setOrdinal
give the index of the column where to be inserted …index starts from 0
cheers
cheers
Use the Insert/Delete Columns activity.
To Insert Between B and C
To Insert at Column F
All the best.
Hi can i have a workflow
Hi @mark_rajkumar1 ,
please check below screenshot.
Use the Add Data Column activity to add the columns. Then use the Filter Data Table activity and on the second tab set it to “Keep” and list the columns in the order you want.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.