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.

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
Related
Tags: data, process, calculate, maths, sum, round, floor, ceil, add, subtract, multiply, divide
Last updated