Add Logo To New Profile Creation Screen

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.

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

1 Like

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.

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!

1 Like