# Put the Private Sign-in Infomation in the record

**URL:** https://community.glideapps.com/t/put-the-private-sign-in-infomation-in-the-record/21397
**Category:** Ask for Help
**Created:** [January 19, 2021, 6:58am UTC](https://community.glideapps.com/t/put-the-private-sign-in-infomation-in-the-record/21397 "2021-01-19T06:58:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Shuichi\_KISHIDA](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/shuichi_kishida/32/20048_2.png) [@Shuichi\_KISHIDA](https://community.glideapps.com/u/Shuichi_KISHIDA)
#### Post date: [January 19, 2021, 6:58am UTC](https://community.glideapps.com/t/put-the-private-sign-in-infomation-in-the-record/21397/1 "2021-01-19T06:58:59Z")

</div>

Hello Gliders 😀

Is there a way to write the signed-in user information to Google Sheets when using the Private Pro App?

What I want to achieve with the app is:

1. This is an application for inventory management.

2. When adding or modifying an inventory record, I would like to create a column in the corresponding record that can store the E-mail information of the member who performed the operation.

3. The reason for the E-mail information is that I thought that if I had it, I could use “Relation” to refer to the name from a Google spreadsheet that has user information.

The problem is 2).

How can I reflect the information of the signed-in user (probably the information that Glideapp has) as the value of the cell on the Google spreadsheet?

I look forward to working with you.

---

<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: [January 19, 2021, 7:04am UTC](https://community.glideapps.com/t/put-the-private-sign-in-infomation-in-the-record/21397/2 "2021-01-19T07:04:50Z")

</div>

- Create appropriate columns in your sheet to store the data (‘Created By’, ‘Modified By’, etc)
- As part of an action associated with adding a new row or modifying an existing one, use the special value “User’s Email Address” to populate these columns  
 ![Screen Shot 2021-01-19 at 3.01.35 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/f/6f1f5835ed3ba0ff7be90758c772c449198d7c6f.png)

See also:

> **[Special Values](https://docs.glideapps.com/all/reference/values/special-values)**

---

<div class="post-metadata">

### Author: ![Shuichi\_KISHIDA](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/shuichi_kishida/32/20048_2.png) [@Shuichi\_KISHIDA](https://community.glideapps.com/u/Shuichi_KISHIDA)
#### Post date: [January 19, 2021, 7:18am UTC](https://community.glideapps.com/t/put-the-private-sign-in-infomation-in-the-record/21397/3 "2021-01-19T07:18:15Z")

</div>

Thanks to your help, I was able to do what I wanted to do 😃  
I should have read the documentation correctly. I’m sorry 😓

---

<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: [January 19, 2021, 7:28am UTC](https://community.glideapps.com/t/put-the-private-sign-in-infomation-in-the-record/21397/4 "2021-01-19T07:28:27Z")

</div>

No need to be sorry. Sometimes we just need a point in the right direction. That’s what the community is here for 🙂

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:53pm UTC](https://community.glideapps.com/t/put-the-private-sign-in-infomation-in-the-record/21397/5 "2024-01-17T16:53:44Z")

</div>


