Help creating a variable

:bullseye: What is your goal?

I want a variable (1) that, takes previous variables and gives each of them a score based on their output. Variable (1) will then be all of those scores combined into a single number.

:thinking: What is the problem?

I’m struggling to get the correct variable value for the required output.

:test_tube: What have you tried so far?

It feel like I’ve tried everything, mainly using chatgpt which is struggling.

:camera_with_flash: Screenshots: scenario setup, module configuration, errors




Ok first of all on Windows 11 press the Win key + shift + S to open the snipping tool so you can take screenshots directly. Or just type snip in the search bar to find it.

Second - that formula is completely broken. Note how different some brackets look like. If it is inside a grey square, then its part of a function. If its not, then its just free text. Same with the plus sign. If you are looking to do addition you need {{+}} and not just +.

1 Like

Hello,
Welcome to the community!

In addition- everything is broken as even = are just plain text.

proper formatting should look like that:

@Deano- take a moment to learn basics of functions in Make.com- Use functions - Help Center

You can also try to use ChatGPT or other LLM- they are pretty good in “repairing” broken functions.

Have a nice day!

1 Like

Welcome to the Make community!

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.

For more information, see:

Make Academy

You can learn more about this in these Make Academy units, as it covers selecting brackets, operators, functions, or special variables from the Variables Panel.

Setting up my first scenario

  • Scenario UI
  • Renaming, saving, and organizing scenarios
  • What is an app/module?
  • Configure a module
  • Connecting modules
  • Introduction to Mapping

Expanding my first scenario

  • Adding a Router
  • Adding a Filter
  • More options with Filters
  • Overview of scheduling
  • Run once

@samliew

1 Like