Condition always true!

I am use input dialog with multi chooses of Cities name, and user click on ok without choosing any option I want to print a massage but if he choose an option i will give you some information about it.
so I use if statement as picture below and I stored the user’s choice in a string " ChosenCity"
and use (ChosenCity isnot nothing) as a condition but also the answer of condition is true even if user didnt choice any option
can you give a devise and explanation about what is happen with this condition

Can u try ChosenCity <>“” as condition?

it is work :star_struck:
thanks a lot
but why isnot didnt work ?

Hi @Mohammed_Bakr

Can u try ChosenCity IsNot Nothing as condition?

no it didnt work

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