Multiply Numbers
This simple Scripting Rule example multiplies two numbers and returns the result.
David Škarka
Template author
This Scripting Rule performs a basic arithmetic operation to calculate the product of two numerical inputs.
A Scripting Rule named 'Multiply Numbers' accepts two input values and returns their product.
The rule defines an input schema containing two variables: value1 and value2.
The script executes the logic input.value1 * input.value2 to generate the result.
The rule sets the calculated product into the output schema under the variable result.
More Templates
See Other Templates
A/B Testing
Discover a simple way to assign a test group for performing A/B Testing on your decisions.
Risk Based Pricing
Discover a simple way to apply a suitable Risk Based Pricing matrix based on a type of client.
Eligibility and Policy Rules
Discover a simple way to define and execute various sets of rules and get the final decision outcome.