Problem in else condition

Hello, Please tell me today I faced a bug. I try this block if text1 not empty then open another screen 3, else show notifier enter something. But it can not accept else condition .mean if a text is empty it can not work else condition

Please show your blocks.
And if condition only works for true conditions.

1 Like

please watch this image here I try if the text does not empty then add 50 else show notifier .problem is if the text is empty the else condition not workblocks

In above blocks:

If textbox is empty then it will show notifier else it will set textbox text to 50.
Alternatively if textbox is not empty then it will set textbox text to 50 else show notifier.
Try this:

blocks%20(60)

3 Likes

You probably will need to use “trim” block to remove all trailing / leading spaces

2 Likes

Now solve working well

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.