Hi
How to add new column in excel after some specific column by giving some name to that column.
Thanks,
Riya
Hi
How to add new column in excel after some specific column by giving some name to that column.
Thanks,
Riya
you mean like this ???
e.g. insert new column after Col3
before
after
Hi @Riya1 Check this out
@jack.chan Yes
Hi @Riya1
U can add the column by using Add Data column with the name and for the position you need u can use filter data table activity and in the output columns add the column names in the format u needed
Main.xaml (9.6 KB)
use add column activity
surround with try catch because sometimes if column is already present flow wont termnate
@jack.chan , I have to create 2 column name. How can I do that?
use this xaml
Excel.xaml (12.2 KB)
just repeat the code
@jack.chan ,
Which activity you have used at last?
Hi @Riya1
Please mark @jack.chan post as solution if that helped you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.