For the complete documentation index, see llms.txt. This page is also available as Markdown.

Calculate Value

Run a calculation and store the result in the Value Store.

Calculate Value takes an input, applies a mathematical operation, and stores the result in the Value Store. Use it when a later step needs a computed number or string.

Calculate value Test Step

When to use it

  • Add, subtract, multiply, or divide Values before a form submit.

  • Round, floor, or ceil a numeric Value for display checks.

  • Chain with Alias value when the same result needs a second name in the Flow.

Configure

Basics

Field
What to set

Input Value

Starting number or text, or a Value

Operation

Mathematical operation to apply

Output Storage Name

Name for the result in the Value Store

Advanced

Field
What to set

Status on fail

Pro tip: Store inputs in Values with clear names (for example $price and $taxRate) so Calculate Value steps stay readable when the Flow grows.

Tags: data, process, calculate, maths, sum, round, floor, ceil, add, subtract, multiply, divide

Last updated