# User page

**URL:** https://community.glideapps.com/t/user-page/944
**Category:** Ask for Help
**Created:** [October 6, 2019, 4:54pm UTC](https://community.glideapps.com/t/user-page/944 "2019-10-06T16:54:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![henry](https://avatars.discourse-cdn.com/v4/letter/h/df705f/32.png) [@henry](https://community.glideapps.com/u/henry)
#### Post date: [October 6, 2019, 4:54pm UTC](https://community.glideapps.com/t/user-page/944/1 "2019-10-06T16:54:19Z")

</div>

Has anyone managed to create a user page which automatically generates for the new signed up user?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [October 6, 2019, 10:42pm UTC](https://community.glideapps.com/t/user-page/944/2 "2019-10-06T22:42:00Z")

</div>

You can create a sheet that uses Unique to pull data from the App: Logins sheet. You can add all the additional columns you need to your new sheet. The alternative is a google script that would add emails to a sheet from a different sheet

Using UNIQUE:  
[https://support.google.com/docs/answer/3093198?hl=en](https://support.google.com/docs/answer/3093198?hl=en)

Script Info:

> [@App for CSA](https://community.glideapps.com/t/app-for-csa/610/4):
>
> This is a script that I use to copy names from one sheet to 3 others. It’s a copied script that I found on the web and modified until it worked for me, so I don’t really have great details on how it works, but essentially I have a primary sheet with names. Whenever there is a new name added, the script will run automatically, check the 3 other sheets if the name exists, then add it to the next empty row if it does not already exists. It should work for sure as long as the value you want copie…

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [September 24, 2024, 9:46am UTC](https://community.glideapps.com/t/user-page/944/3 "2024-09-24T09:46:43Z")

</div>


