How do I handle the format of Date and other data formatting using exception handling?
Say date format should be in DD-MM-YYYY. Incase the format is different, how do i check that and throw exception?
Similarly a particular customer ID is always numeric, how do i put those validations using uipath??