If Condition Always Returns True

I need to change how documents are populated based on whether the user left certain form fields blank.

I tried something like “if(Length()>1; Greater than 1; Less than 1)”

However, it returns as true, even when the field is blank. Doing some testing, it looks as though maybe Make.com doesn’t support the greater than and less than operators?

Hi @David_King

Make can interpret these as text. To tell Make to evaluate “Greater than”, use this {{>}} or choose the symbols from the popup menu.

So it should look like this:
image

3 Likes