Expression Alarm evaluating two tags

Tip: post code, not pictures of code. Anyone wanting to answer your question and modify your expression has to type it all out by hand (or use OCR). Note that Expression Language will tolerate line breaks and tabs so you can wrap your expressions for readabiilty.

if(
    condition,
    "What to return if true",
    "What to return if false"
)

See also, Wiki - how to post code on this forum