Add()
Returns the sum of two numbers.
| Marketing Cloud Engagement | ✅ Yes |
| Marketing Cloud Next | ✅ Yes |
This function became available in Marketing Cloud Next during the Summer ’26 release (API version 67.0).
The Add() function has two parameters:
number1(number): Required. The first number to add.number2(number): Required. The second number to add.
To use this function, pass it two numbers. The numbers can be positive or negative integer or decimal numbers.
The function outputs the sum of the two numbers: 768.