Beginner in make.com

:bullseye: What is your goal?

Exploring

:thinking: What is the problem?

I need to know the usage of the average in make. I know its very basic. But I am very new to make and just started learning.

:test_tube: What have you tried so far?

average(6,7)

Hi @Lam_64,

Welocme to the community! :tada:

The average() function returns the arithmetic mean of the numbers you provide.

For example:
average(6; 7) = 6.5

You can also hover over the average() function directly in the mapping panel. Make shows a short description, the syntax, and an example usage, which is a quick way to understand how a function works (as shown in your screenshot).

For more details, you can also refer to the official documentation:

If you have a specific scenario where you’re trying to use average(), feel free to share it, and we could help with that as well.

Best Reagrds,
@Mohamed_Jahar

Hi,

This is what i need. It really works for me,have tried this. Thankyou and no scenarios for me as i m just learning functions and all one by one.

Thankyou for the help.

Hi @Lam_64,

I’m glad I could help.

If this solution resolved your issue, please consider marking it as the solution. This helps other community members who may encounter the same problem in the future and keeps the community organized.

Feel free to let me know if you have any further questions or need additional assistance.

Best Regards,
@Mohamed_Jahar