# Problem with if, else

**URL:** https://community.thunkable.com/t/problem-with-if-else/2882428
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [March 8, 2024, 4:45pm UTC](https://community.thunkable.com/t/problem-with-if-else/2882428 "2024-03-08T16:45:44Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 8, 2024, 4:54pm UTC](https://community.thunkable.com/t/problem-with-if-else/2882428/2 "2024-03-08T16:54:37Z")

</div>

Hi and welcome to Thunkable!

It sounds like the `if` condition is not returning true. Thunkable blocks don’t just “do nothing.” So when the `if` condition returns true, it will navigate to a different screen.

So the question to solve here is: why does the `if` condition not return a value of true?

See this topic for some suggestions you can try instead of the `is empty` block: [Is the TextInput Empty?](https://community.thunkable.com/t/is-the-textinput-empty/384509)

---

_[View the full topic](https://community.thunkable.com/t/problem-with-if-else/2882428)._
