Selecting from 2 nearly identical fields in a web based dropdown?

Hello.

i am making a small robot for some work, and i am stumped by a dropdown with nearly identical results.
my issue is that whenever this happens the robot has the select then bottom one, i just can’t figure out how to make it do that?!?
picture for reference:
Skærmbillede 2022-05-31 084453

when i run the robot as of now, it selects either option 1 or 2 at completely random.
so i don’t know what to do :slight_smile:

try to pass the valuse by variable inside selectors
example
aaname={{variable name}}

i am not sure how that would be of use or maybe im just stupid :wink: . the problem is that, if the result = 1 it chooses the only option, and that is great. but the rare times that is the result = 2, it chooses at random, where it have to always choose the 2nd option. It is that “if” i can’t figure out the make when its a dropdown menu.

Hi @TheNiemann ,

For the 2 rows of Results being displayed, use UiExplorer to Check it’s Selectors, Compare and Find the Difference between these two selectors.

There might be a tableRow attribute value which is different from the first row.