I have created a “Do While” Activity to complete a laundry list of activities for each row in a datatable. The first pass through of robots works fine, but when the bot goes to the next row and completes the same work that it did for the first row, its doesn’t pick up the condition and runs through entire datatable.
Am I using the wrong condition concatenation?
strMasterAccountNumber is dynamic, each time you pass through the “Do While” you get a new number, I need the bot to read the Data Table, and when it find the strMasterAccountNumber that is equal to it, pull the data located on “B+ rowCounter.ToString”