My automation repeats for each UI element

Hello

I have a problem.
So I have two UI elements and automation does something for each.

Expected:

  1. It does something for element #1.
  2. It does something for element #2.

DONE.

But what happens is:

  1. It does something for element #1.
  2. It does something for element #2.
    3.It does something for element #1.
    4.It does something for element #2.

DONE.

Why that might be? there are only 2 UI elements on screen.

Nevermind I’m just stupid.

Hi @JennZabba
1.Incorrect or Missing Conditionals
2.Check if you have any loops or iterations in your automation workflow that are causing the actions to be repeated for both UI elements.
3. Duplicate Activities or Activity Sequences
4. Data or Variable Mismatch

Hope it helps!!

@JennZabba
First Don’t use CV/Image selector use strict selector
2nd Configure conditions so that it ignores irrelevant elements
3rd don’t use next button

It was number 3. Thank you.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.