Hi,
The input to be validated would be a field on an FSM screen. In the UI designer, if you highlight a field and look at the properties there is a regex ID setting. If you set this to one of the regex ID’s you have created in the system then when a user inputs something in to this field it will be validated against that regex.
The output format is used to then alter the input to a standardised format so that all entries follow this same form. For instance ensuring a phone number follows the form of +##(#) ### ### so if someone enters just nine numbers it can then add the + () and spaces to match that form.
Kind regards,
Lee Pinchbeck