1. Home
  2. Docs
  3. Microsoft Expressions
  4. IsTrue

IsTrue

Is True

  • Checks whether the input Boolean value is true or not. Returns true if the input Boolean value entered is true.

Properties

      Common

  • DisplayName (String) – The display name of the activity.

      Misc

  • Input (InArgument<Boolean>) – The input Boolean value which needs to be checked.
  • Result (OutArgument<Boolean>) – returns a Boolean value.
  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities.Expressions  in search bar. Install this package and click Save.
  • Then create a Sequence and inside it call is True Enter the input Boolean value and take output in result.