HI @shanti_18
In the If activity
Try this expression
String.IsNullOrEmpty(Birthdate) Or Birthdate.Contains("Empty")
Or
You can try with Try Catch activity
Inside the Try put the if activity
in the Catch block leave it empty or put the Log message activity exception.message
Regards
Gokul