# Date Signed Up not being captured at sign up

**URL:** https://community.glideapps.com/t/date-signed-up-not-being-captured-at-sign-up/44899
**Category:** Report a Bug
**Created:** [July 21, 2022, 1:41am UTC](https://community.glideapps.com/t/date-signed-up-not-being-captured-at-sign-up/44899 "2022-07-21T01:41:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ray\_d](https://avatars.discourse-cdn.com/v4/letter/r/ea5d25/32.png) [@ray\_d](https://community.glideapps.com/u/ray_d)
#### Post date: [July 21, 2022, 1:41am UTC](https://community.glideapps.com/t/date-signed-up-not-being-captured-at-sign-up/44899/1 "2022-07-21T01:41:50Z")

</div>

**My App/Pages Support link:**

> **[Dance Vocab](https://app.dancevocab.com)**
>
> The Dance Network

**Describe the bug:**  
_My app doesn’t capture the sign up date for users. It used to until end of 2020._

**Expected Behaviour:**  
_When a user signs up, it should automatically record the sign up date in the “Date Signed Up” column_

**How to replicate:**  
_Sign up for the app. When you check the spreadsheet, the Date Signed Up field remains empty._

**Demonstration:**  
 ![CleanShot 2022-07-20 at 21.41.12](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/9/d9ec1374b35c446a2089946ea16c549f3b73eeec.png)

---

<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: [July 21, 2022, 2:15am UTC](https://community.glideapps.com/t/date-signed-up-not-being-captured-at-sign-up/44899/2 "2022-07-21T02:15:05Z")

</div>

What action is supposed to be populating the column? There isn’t a built in function to automatically record when a user signs in. You would either have to use a set column action triggered by the user doing something, or use a formula in a google sheet, such as a Vlookup to the App:Logins sheet to pull in the date, or duplicate the app:logins sheet to make it accessible in glide. How are you expecting the date to populate?

---

<div class="post-metadata">

### Author: ![ray\_d](https://avatars.discourse-cdn.com/v4/letter/r/ea5d25/32.png) [@ray\_d](https://community.glideapps.com/u/ray_d)
#### Post date: [July 21, 2022, 3:21am UTC](https://community.glideapps.com/t/date-signed-up-not-being-captured-at-sign-up/44899/3 "2022-07-21T03:21:24Z")

</div>

Oh, I could’ve swore it used to auto-populate.  
I need the Date Signed Up to be recorded as soon as they sign up with email (from the native glide sign up page)  
Is there a way to trigger this within Glide or does it need to be from the Google Sheet side with that Vlookup method?

---

<div class="post-metadata">

### Author: ![ray\_d](https://avatars.discourse-cdn.com/v4/letter/r/ea5d25/32.png) [@ray\_d](https://community.glideapps.com/u/ray_d)
#### Post date: [July 21, 2022, 3:25am UTC](https://community.glideapps.com/t/date-signed-up-not-being-captured-at-sign-up/44899/4 "2022-07-21T03:25:59Z")

</div>

OK, I see there’s the App:Logins tab in the google spreadsheet. It looks like that tracks every login, correct? So technically Glide did store the original login/sign up date, I just have to match the first instance to the User, correct?

---

<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: [July 21, 2022, 4:06am UTC](https://community.glideapps.com/t/date-signed-up-not-being-captured-at-sign-up/44899/5 "2022-07-21T04:06:12Z")

</div>

> [@ray\_d](#):
>
> I just have to match the first instance to the User, correct?

Yes.

Note that you will not see the App: Logins sheet in the Glide Data Editor, so you’ll need to do something in the Google Spreadsheet. You can either make a read-only copy of it (which will appear in the GDE), or use a VLOOKUP that matches on the Users email address.
