Subtract

The Subtract action enables the subtraction of one number, defined as a parameter (Value2), from another number, also defined as a parameter (Value). The Subtract action takes 2 parameters, converts these parameters to the Double data type, subtracts the second parameter from the first, and returns a value of the Double data type.

Select the element to which the action will be added. Click on +Add Action in the Properties panel below. (A)

Click OnClick--> Arithmetic-->Subtract and add the Subtract action. (A)

The Subtract action comes with the parameters value and value2.

  • Value is the value involved in the operation during the execution of the action.

You can perform various operations on the Context menu (C) for the actions you create.

You can easily copy the action with the Copy option. This way, you gain speed where action repetition is required.

You can add a confirmation message for the action to run using the Add Confirmation option.

Also, with the Add Condition feature, you can specify certain conditions under which the added action should execute.

You can easily delete the action created with the Remove option.

Last updated