Try this:
click on js next to the whatlabel text field and add the following javascript:
pre
if (value === undefined) {
Apperyio("whatsapp").hide();
} else {
Apperyio("whatsapp").show();
}
return value;
/pre
Hopefully this will hide the whatsapp button if the corresponding data is empty