Overview
The 'Utility - Validate Email Address' action for Power Automate validates the email address provided
Video Guide
Validate an Email Address in Power Automate
Usage Notes
By default this action only validates the format of the email address. If you need to validate the email address against certain criteria i.e a domain name you can edit the regex to limit the scope.
Credit Count
This is a Utility action and therefore consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
Default Parameters
The default 'Utility - Validate Email Address' flow action parameters are detailed below:
- Email Address - The email address to verify
Advanced Parameters
The advanced 'Utility - Validate Email Address' flow action parameters are detailed below:
- Regex - The default regular expression used for extraction
Return Parameters
Action Specific Return Values
- Result - A boolean value indicating whether the email address is valid
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments