Uipath studio dropdownlist selected or not

in if condition how to check dropdownlist variable has value or not? i tried to ccheck if is null but no option is there any other way please

@Sathish_Ashokan

Can you please elaborate a little?

What is the type of the variable?

IsNothin(variableName) checks for null

Cheers

Hi @Sathish_Ashokan ,
You can use ‘find children’ or ‘get item’,… to get list items form dropdown list
Then use for each with if activity inside check if contains…
regards,

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