I have a date value in cell B3 (‘03-02-1995’) and a string value in cell B4 (‘String value’). I want to check if cell B3 contains a date value, then break the flow; otherwise, continue and check is it empty or string value.
Note : In if condition i want to check the cell value contains Date value, String value or it is empty.