I have the following requirement. The Robot will have to add a new row where it will fill in the new calender week. For example: if in the Column “KW” the last row is 2 then in the latest run it will a new row with the value 3. And this will go with every run, until the value is 53. When the value is 53 then the robot has to start over again from 1 in the new row. I hope i could make it clear and the screenshot is also being attached
Maintain a variable representing the current week in your sequence/workflow, say CurrentWeekNumber.
When a new row is being added, check the value of ‘KW’ from the last row. Assuming you run a loop (or take row count of the sheet), you will be able to find the “KW” value in the last row.
Hi @RPAForEveryone Thanks a lot for the quick response. I have been running some test, its running errorfree but not writing the values, I m uploading the XAML here