Input | |||
---|---|---|---|
Required Input | Type | Description | |
text | string | Text to be evaluated if it is a single line. |
Output | ||
---|---|---|
Field | Description | |
Result | Returns Passed if the text is a single line, or Failed if it contains line breaks. | |
Reason | Provides a detailed explanation of the evaluation. |
What to Do When One Line Evaluation Fails If the evaluation fails, examine the input text to identify the presence of newline characters. If the text contains multiple lines, consider revising it to ensure it meets the one-line requirement. Providing clearer instructions or constraints in the input can help prevent this issue in future evaluations.