Clicking multiple times relative to one "Found Image"?

How can I reference a single instance of a "Found Image" and click at several locations to capture variables?

Right now I am something like this:

But to capture more than one variable, I must duplicate "Click at Found Image" action multiple times. Updating the image (on multiple machines) becomes tedious. I'd like to copy the "Found image" in one place reference it multiple times for multiple clicks.

Use the Find Image on Screen action (KM Wiki) to get and save the coordinates of the image. Then use those in the Move and Click Action:

ImageLoc.Midx — Horizontal position of center.
ImageLoc.Midy — Vertical position of center.

Sorry, I'm not seeing the options I need. Once I set the "ImageLoc" variable, I don't see a way to just "click" relative to it, in a separate "Click and Drag" action.

When I choose "relative to" I am only presented the option to add a new "found image" reference.
image

Just use a formula in the "at" fields:

image

1 Like

Oh, of course! Thank you so much!

I did not realize the cells would expand and reposition themselves when typed in.