Hello,
My process demands that the bot perform an activity, in a system, and then move to another area still in the same system. Currently, I have the bot reading the options to select inside the system, saving that as a variable, sending a hot key to go down the list, and then entering that list item. Once entering the list item, the bot performs the task configured for, and then must access this list once more and select the next option down. Before selecting, I have the bot reading the list item and saving it as a variable. This is all in a while loop that states once these companies match, to leave the loop (exit the system).
My question is on the counter. I must have a counter to make this work. I know I may do this through an Assign activity. But how to I advance the counter to count past 1 and send more hotkey arrows down?
Thanks in advance