Basic Math question

I am just getting started with variables in Make.

I need to do some simple calcs.

1 - Add £5.00
2 - Subtract £5.00
3 - reduce a number by 1

I have a setup the multi variables names correctly but clearly when doing the mutli-variable calcs I am doing something wrong as it is just entering the calc rather than the answer!

What do I need to do ?

Thank in advance

1 Like

Hi,
You can use the sum function for this. To subtract a number just put it as negative 5.

OK thanks that does the trick BUT, it now seems the info coming from the first multiple scenario is not pulling in any values.

I am using Keap. It pulls in the fields but there are no values there… so when I do the calc presumably it thinks everything is empty ?

How do I get the values from the fields ?

1 Like

I figured it out - just needed to tick the checkbox for custom fields when retrieving the contact.

4 Likes