I’m trying to automate installing apps. I have the app names in an excel file which I loop through with for each row. When the name is inputted into the search filed I use find image to look for the install button which I then click. This is working fine but I would like to add error checking where if the app is already installed the 'install; button is replaced with ‘open’. In this scenario i would like to skip the rest of the sequence and move to the next row in the excel file. Please could someone give me some pointers in how to achieve this?
Thank you for the quick reply. I wasn’t aware of the Continue activity so that is really helpful. Do you know how I would use this in conjunction with the If and Find Image activity? I cant use the Find Image directly in the If condition. Is there a way in which I can store the positive detection on the ‘Install’ image in a variable and the use something like If installImageVariable = True Then move to next step. Else Continue to next row?