# If nick name is same?

**URL:** https://community.thunkable.com/t/if-nick-name-is-same/1462796
**Category:** Questions about Thunkable X
**Created:** [August 22, 2021, 6:55am UTC](https://community.thunkable.com/t/if-nick-name-is-same/1462796 "2021-08-22T06:55:40Z")
**Posts on this page:** 1
**Showing post:** 25

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [September 3, 2021, 6:42am UTC](https://community.thunkable.com/t/if-nick-name-is-same/1462796/25 "2021-09-03T06:42:30Z")

</div>

hmm, but you didn’t know that

> [@Saving two properties of an object to an array in an variable](https://community.thunkable.com/t/saving-two-properties-of-an-object-to-an-array-in-an-variable/1439198/41):
>
> I don’t know that `list` property divides text into pieces like
> 
> - T
> - E
> - X
> - T  
> even though `list viewer` is a `list` property, it always shows this:
> - T
> - E
> - X
> - T  
> like you told data to DVL, you can you this property  
> ![Screenshot 2021-08-20 123305](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/c/9c875906c70e9366a9b2666587cd3d7a2b86043e.png)

> [@vishruth-ram](#):
>
> > [@muneer](#):
> >
> > A simple reason if the Nick name in the table is **Muneer** but the user typed **muneer** (notice the first character “M” is upper case in one side and lower case in the other) the test condition will fail and to the app they are **NOT the same** and therefore the `alert` will not show.
> > 
> > > Another reason is your Airtable connection has an error therefore the `column` block will be **empty**.
> 
> and @tatiang said.
> 
> > [@tatiang](#):
> >
> > You should add blocks to your If/Else block so that you can better understand what is or is not working. Right now, your “if” block condition results in either an alert being shown or nothing happening (setting a text input block’s value to it’s value does nothing). Instead, change the value of a label or text input to something you’ll recognize like “j=text input” and “j≠text input”. Then you can preview and see where the program is getting stuck or whether it’s evaluating the if/else condition as true or false.

😭

---

_[View the full topic](https://community.thunkable.com/t/if-nick-name-is-same/1462796)._
