Make simple math with variable - 1

I´m new to Make.
I´m trying to subtract: variable - 1
But this is the result I´m getting: NaN
I

In the Module I´m using:

Welcome to the Make community!

You will need to wrap that in brackets, and also use the built-in function parseNumber function on the raw cell value.

e.g.:

{{ ( parseNumber(67.`C`) - 1 ) }}

For more information, see the function documentation in the Help Center and do the tutorials in the Make Academy.

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 —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

2 Likes