How to Trigger Expression Editor for Tools → Set Variable in Make?

Hi everyone,

I’m working on a LINE-based reservation system using Make and have run into an issue with the Tools → Set Variable module.

I’m trying to normalize user input (e.g., “1”, “phuket”, “Phuket”) into consistent values like “Phuket House” using nested if() and lowerCase() logic. However, when I paste the logic into the Variable value field, Make treats it as a string rather than evaluating the expression.

I’ve tried:

  • Using ⌘ + E to open the expression editor (nothing happens).

  • Clicking the {} icon (not visible).

  • Typing = to trigger the editor (still no popup).

  • Refreshing the page and switching browsers — same result.

My plan is to:

  1. Use the Tools module to assign a normalized_house value.

  2. Write this normalized value to Data Store for further logic.

Has anyone encountered this issue before? Is it a bug or am I missing a step to enter formula mode properly in Set Variable?

Any help would be greatly appreciated. Thanks in advance!