Increase Decrease
The Increase Decrease component in Robbot RPA provides functionality to perform arithmetic operations on a number, allowing you to easily increase or decrease its value by a specified amount.
Parameters
Operation : This parameter allows you to select the operation to be performed. You can choose either "Increase" or "Decrease" as the operation. Type : String
Number : This parameter represents the number that you want to increase or decrease. Enter the initial value of the number. Type : Integer
Value : This parameter specifies the value by which you want to increase or decrease the number. Enter the amount by which you want to modify the number. Type Integer
Result : This parameter represents the output of the operation and returns the updated value of the number. Type : Integer
Usage
To use the Increase Decrease component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Increase Decrease component into your sequence or workflow.
Configure the component by providing the necessary input:
Select the desired operation (Increase or Decrease) from the Operation parameter.
Enter the initial value of the number in the Number parameter.
Specify the amount by which you want to increase or decrease the number in the Value parameter.
Continue building your sequence or workflow by adding other components or actions that depend on the updated value of the number.
Access the updated value of the number by referencing the Result output parameter of the Increase Decrease component.
Execute your sequence or workflow to perform the increase or decrease operation on the number.
By utilizing the Increase Decrease component, you can easily modify the value of a number within your Robbot RPA project, allowing for dynamic calculations and adjustments based on your specific requirements.