Validating an email address while reading through file listener
I have a requirement to read an email address via file listener, and after reading will have to validate the email address.
I am unable to use the property-validate method in the activity
Can anyone help me in this.
***Edited by Moderator: Pallavi to update platform capability tags***
There is a pega OOTB function is available to validate Email Address.
@(Pega-IntegrationArchitect:pyServicesUtilities).pyValidateEmailID(.Email)
You can use this function in service activity to validate.