I am trying to add the columns to the existing column, but due to the background color it is not adding in expected place.
Thanks
I am trying to add the columns to the existing column, but due to the background color it is not adding in expected place.
Thanks
Hello @ManjunathReddy
Try this solution.
Read whole sheet as datatable then try to remove empty columns and add your new columns in datatable and then again write it to the same excel.
I am following a different method for adding date columns and don’t want to disturb it now.
So is there any other solution?
Hi,
Can you share your current workflow?
I suppose CopyPasteRange activity will also work in your workflow.
Regards,
after reading you can check if the column is empty and find the first empty column and use that index to write the data
for each on columns and inside thst use filter to check column is empty .filter will be currentitem.columnname and isempty
filtereddt.count =0 then store the index value and break the loop
that index can be used
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.