Need to do : If i find picture 1 or picture 2 so 1 thing otherwise continue the process

Need to do : If i find picture 1 or picture 2 so 1 thing otherwise continue the process

Use image exist
then use if condition

how can i write “This picture or this picture otherwise continue”

@Soudios

Use Image activities and indicate that images and it will give output as Boolean value and let’s say “imageFound1” and “imageFound2”.

  IF imageFound1 or imageFound2
  Then Continue
   Else stop

On image exist : Output store in ImageExist1
For second ImageExist2
Use condition IF ImageExist1=true or ImageExist2=true

can you send me a picture plz ?

@Soudios

It’s simple one.

Please follow these steps. If image is found then it will give output as True and then it will go to Then side else it will go to Else side.

Picture of what?