Skip to main content
This topic has been closed for replies.
Correct answer OussK

You should use the if-else in the proper way, like the one below
If () {
} else {
}
or if you want to keep using it in the old way you should change the expression settings to a legacy from the project settings

1 reply

OussK
Community Expert
OussKCommunity ExpertCorrect answer
Community Expert
December 11, 2021

You should use the if-else in the proper way, like the one below
If () {
} else {
}
or if you want to keep using it in the old way you should change the expression settings to a legacy from the project settings

Participant
December 11, 2021

can u write the expressions in write way, pls ?