How to make a basic SUM (x+x+x..) function in Make? Is it possible to use Numeric Agreggator?

Welcome to the Make community!

If you want to simply sum three variables together, you can just do something like this:

Screenshot_2024-01-23_2301472

You do not need the equal sign in the start, and you need to use an actual PLUS operator by typing {{+}} or selecting from the variables panel

Screenshot_2024-01-23_230125

Links

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

3 Likes