conditional statement error

0
Hi all, I have a problem when I write the expression if statement. I I don’t know what’s the wrong exactly. it told me the condition should be boolean, but I want to use string sentence 
asked
1 answers
3

Hi Ali, 

In your exclusive split , please add this expression alone 

$WorkingHours>=8

We don't need text inside the expression editor

When your expression returns true, it shows the popup with the message “ Working Hours are complete”  or

When your expression returns false, it shows the popup with the message “ Working Hours are incomplete” 

 

I hope this helps you

answered