I want to perform very “simple” stuff in UiPATH with excel like :
Copy a row and paste it into another sheet to the next available row to not overwrite any existing data
Then remove the row from the initial sheet to not have an empty line.
My project is basically creating a funnel within excel going through multiple sheets without losing any data row but just moving them around further into the funnel.
I am using workbook and not excel application scope, and workbook seems to have even less excel functionalities.
Can these actions be created easily in workbook or is it advanced stuff ?
Any help to concretize this excel funnel project of mine would be much appreciated.