Allows you to perform calculations between fields. Set the "value" attribute to an equation of numeric field values or hard-coded numbers. Any mathematical operator can be used.
If you would like to perform addition with the field values, do it this way, or else it will just concatenate the field values rather than add them:
Number(fields.firstValue) + Number(fields.secondValue)