Validation is important phase of data gathering process. We have to validate the data before it is actually submitted to server/back end. Data inputs format may vary depending upon the business needs/domain.
There are few functions provided in PowerApps to validate the data such as IsBlank, IsError, IsBlankOrError, IsMatch. In this video we are going to learn how to use IsMatch function with predefined patterns.