If condition based on a value exists in dropdown

I have a scenario to automate.
There is a dropdown to select the payment method and this will be empty when there is no card added and once the card is added, it shows the card number.
In case of if it is empty, it allowus to add a card and make the payment.
I need if condition based on this, the bot should select the card number if it is available or add the card.
I tried, Element Exists to store the variable but it is not working out.

2 Likes

Try get attribute…It will give various options to make decisions

1 Like

did you try using Text Exist activity? and write condition based on that?
@VGanji