# Add Logo To New Profile Creation Screen

**URL:** https://community.glideapps.com/t/add-logo-to-new-profile-creation-screen/12855
**Category:** Ask for Help
**Created:** [July 20, 2020, 11:45pm UTC](https://community.glideapps.com/t/add-logo-to-new-profile-creation-screen/12855 "2020-07-20T23:45:50Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Paris\_Smith](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paris_smith/32/10164_2.png) [@Paris\_Smith](https://community.glideapps.com/u/Paris_Smith)
#### Post date: [July 20, 2020, 11:45pm UTC](https://community.glideapps.com/t/add-logo-to-new-profile-creation-screen/12855/1 "2020-07-20T23:45:50Z")

</div>

Hello there! Has anyone been able to add a logo to each instance of a user creating a profile for their app? I have tried filling my sheet with the logo on each line, but when a new user signs in, the app puts their data on the next empty line where the logo does not exist, thus they do not see the logo on that page.

Let me know if there is any more information I can provide on my issue.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 20, 2020, 11:48pm UTC](https://community.glideapps.com/t/add-logo-to-new-profile-creation-screen/12855/2 "2020-07-20T23:48:47Z")

</div>

Have the logo link stored in another sheet, then use a single value column in your profiles sheet that takes the logo link over.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 20, 2020, 11:49pm UTC](https://community.glideapps.com/t/add-logo-to-new-profile-creation-screen/12855/3 "2020-07-20T23:49:24Z")

</div>

Another choice is to add an If \> Then \> Else column in your Profiles sheet, set it to if email is not empty then logo link.

---

<div class="post-metadata">

### Author: ![Paris\_Smith](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paris_smith/32/10164_2.png) [@Paris\_Smith](https://community.glideapps.com/u/Paris_Smith)
#### Post date: [July 20, 2020, 11:59pm UTC](https://community.glideapps.com/t/add-logo-to-new-profile-creation-screen/12855/4 "2020-07-20T23:59:03Z")

</div>

Many thanks for your quick reply. The Single Value worked! I had already tried an If Then Else, but for some reason, it isn’t populating the empty rows. I guess Glide tries to save us some data usage in that way.

Thanks again for your help!
