We've introduced
Calculated fields
— a powerful new feature that allows you to compute values based on data from other blocks.You can define the
type of data
the Calculated field should store:- Text
- Number


Each type supports specific operations:
For Number:
- Assign
- Sum
- Subtract
- Multiply
- Divide
For Text:
- Assign
- Concatenate
- Uppercase
- Lowercase


To control
when
and which
operations are executed, Calculated fields work alongside Conditional logic
, which now support this new functionality.You can use either:
* Captured values from other blocks
* Raw input values
This makes it easier to perform dynamic calculations and transformations inside your forms.