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

Add

Add

  • Computes the sum of two values.

Properties     

      Common

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

      Misc

  • Left (InArgument<SelectedDatatype>) – The type of the left operand.
  • Result (OutArgument<SelectedDatatype>) – Gets or sets the result argument for the Activity.
  • Private (Boolean)- If selected, the values of variables and arguments are no longer logged at Verbose level.
  • Right (InArgument<SelectedDatatype>)- The type of the right operand.

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 Add activity.Select the type of argument you want to use for this activity.Enter the Left and Right operands and take output in the result.