So I am new to power automate, and new to coding in general. My skills are limited to what I have learned using raspberry pies for a year and a half, lol, so not much experience! I have a very simple flow that I am trying to build. Essentially my flow is a GUI automation overlay over a blue stacks five phone. I am essentially trying to automate a handful of apps that are android specific. Like I said it is very simple, it is essentially just a bunch of daily check-in‘s, and daily log in and click this button. My problem is ads! I am trying to automate bypassing the ads, no true ad blocker exists for apps running on bluestacks (that I am aware of). So I have to automate watching them, exiting out of them, and re-initializing the app. I am open to easy suggestions by the way or other ways to do this! My current problem, is I am trying to run a couple of image checks before specific actions. My current idea is to use “wait for image” (The image is an isolated part of the ad, basically the location of the X, It changes location) To scan the screen. When it doesn’t find the image I want it to run a sub flow to scan for other images. This subflow would ideally contain a set of images that would contain a match within one of them. When the image is found (in the subflow using wait for image) I want to run “move mouse to UI element and left click”. The click is always successful, but I need the main flow to resume upon a successful “wait for image” AND left click action, instead of continuing the rest of the sub flow to go through the other images to scan. How can I achieve this. Any help or suggestions would be greatly appreciated! 🙂