Input | |||
---|---|---|---|
Required Input | Type | Description | |
text | string | The content to check for email validity. |
Output | ||
---|---|---|
Field | Description | |
Result | Returns Passed if the text is a valid email address, or Failed if it’s not. | |
Reason | Provides a detailed explanation of the evaluation. |
What to Do When “Is Email” Eval Fails
Review the input text to identify formatting issues. Common problems may include:- Missing the ”@” symbol.
- Incorrect domain names.
- Invalid characters.