Element exists does not know how to differentiate one element from the other

I have a scenario that the client can contain invoice and another scenario that does not contain invoice, but the element exists always stays true and sometimes should be as false, does anyone have an idea of ​​what could be happening?

Hi,
The selector for both of them are same.
You can check with get text and if condition to check if any value present and this should work,

Let us know.
Regards,
Pavan H

did not work, returned an error message saying that get text does not accept Boolean values

Hi,
Use get text and put that into a string variable and then use if condition to check if the string is empty or not.

Let us know if this helps.
Regards,
Pavan H

Hey @Beatriz
Is this Siebel application by any chance?
The Siebel lists (or tables) are crazy to work with! Have been dealing with them for a long time.

Can you share the locator that you are using in Element Exists activity?