17
Views
3
Comments
unexpected error on front end guided path exercise
Question
Application Type
Reactive
Service Studio Version
11.53.20 (Build 61431)

Hi,

I'm doing the first exercises for the front end developer guided path(attached) and on page 11 question 1 I'm trying to follow this but I'm getting an error and I'm not sure how to fix this.

What is the issue here? Someone please help fix this


Kind Regards

Shaan

4.1. Exercise.en-US.pdf

Hi Shaan Rashid

write this :

"container-box container-text " + If(IsWarning, "container-box-warning","container-box-info")

Remove last extraa Double quote ("),  then code will work fine



Thanks

Hey,

We are almost a year farther but when I tried the same exercise I also get a message can't identify 'IsWarning' element in expression. Did something change for the expression?

Champion
  1. Hi Jeroen,

This error means there is no local variable IsWarninig created inside the screen

Once you create IsWarninig variable with data type Boolean inside the screen this error will go out.

Thanks

Arun

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