Check True
Checks if a given boolean expression is true and generates an error with a specified message when the expression is false.
Input
- Expression: Determines which expression will receive the content.
- Type:
System.Boolean - Required
- Type:
Output
- Result: Return result
- Type:
System.Boolean
- Type:
Misc
- Error Message: Includes the message that will return an error.
- Type:
System.String
- Type: