From the mapping menu. Got to math functions, its the 4th tab on the top. Also you dont need the Math module for this. You can do the calculation directly in the field you want the result in.
It should look something like this:
Depending on exactly what your formula is supposed to be.
Yes. Just make sure its the actual function with the gray boxes like in my screenshot. You can use a Set Variable module first to test it and get the function right first and then place it directly in the slack module.
1. You don’t really need to use the Math module, as you’re not using advanced math functions like sqrt. The entire expression can be inserted into the Slack module using the built-in functions and operators.
2. Your brackets, operators, functions, or special variables were not selected from the Variables Panel. Try selecting it again from the Variables Panel, or type curly brackets like these {{ }} so that it ends up with a background color:
{{ ( }} {{ / }} {{ + }} {{ = }}
etc.
I also suggest doing this Make Academy, as it covers selecting brackets, operators, functions, or special variables from the Variables Panel.
{{ (parseNumber(3.`$1`) / 1.data.rates.VES - 1) * 100 }} Make Input Markup: Copy-paste the above into the field, including start/end curly brackets for it to import as intended
You may need to replace the variables with your own.