17
Views
2
Comments
Solved
Syntax error for text in message

So I'm doing an exercise where the end goal is to show a message saying "Negative Number. " if the input is a negative number and "Positive Number" when the input is positive. 

It's literally exercise 3.1 of the outsystems training. I'm following every step in the guidebook, but I cannot finish the exercise because I get a syntax error that does not occur in the manual (page 9/10 in attachment).

What am I doing wrong?

Thanks in advance. 

3.1. Defining Logic Exercise.en-US.pdf
2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

Hi,

The parameter you are setting is of type text.

Literals of this type have to be between double qoutes.

"Negative number" will work

Dorine

UserImage.jpg
Danique van der Hoek

Thank you so much. 

You caused me to laugh out loud despite myself. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.