Check for alphabets

I want to check if there is any text in SSN text box. If yes, then I have to ignore the the drop box next to that(Reason for No SSN). If there is no text then I have to choose an option from the drop-down box(Reason for No SSN). #This is a citrix application.

Capture

@sgowthaman

Welcome to forums

Use Get Text activity to get the value from the SSN box

In Get Text activity create an output variable from properties

Check as below to validate

Hope this may help you

Thanks