Addition variable

:bullseye: What is your goal?

Create a score (0-80) based on previous variables outputs.

:thinking: What is the problem & what have you tried?

The variable returns 80 everytime regardless of the outputs of the previous variables. Ive attempted my own research and trail and error to no avail.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hello,

Your function contains a syntax error. You’re using the = sign as plain text, but in Make it must be encoded as {{=}} (the green token).

Otherwise, the expression is treated as a string and the function will never execute as you expect. Please take a look on attached screenshot below.