To the currently available “Append Range” activity; I want to give another parameter for Cell value, from where it starts to paste.
By default, the Append Range starts from the “A” column, but I want to start Append from, say, “AZ” column. We have the Write column activity, but its quite slow comparatively. Does anyone have faced such issue or debugged this problem?
For experiment, you can choose any data. I am looking for a xaml, which can have another parameter of “Column Name”.
Hi @sureshj, It doesn’t really matter if the column names are same or duplicate… Or the number of columns.
For now, let’s say, I want to use append starting from “C” column…
The “Append Range” has only 3 i/p - DT, SheetName and Path. It doesn’t provide the functionality of “column Number” or “column name”
If I use that, the bot starts appending the excel from “Col A”, by default, Is there a way I can change/ create a xaml which takes “Column Name” /“Column Number” as an input,
and the bot starts appending from from that col., not A.
@Ayush_Purohit_IN
If you already know the cell that you want to start writing from then you should be using the Write Range activity. Append Range is specifically for when you want to just tack on some data to the end of the existing data - a cell to start from would make it redundant.