# New Row in Spreadsheet for Every User

**URL:** https://community.glideapps.com/t/new-row-in-spreadsheet-for-every-user/6475
**Category:** Ask for Help
**Created:** [April 5, 2020, 11:29pm UTC](https://community.glideapps.com/t/new-row-in-spreadsheet-for-every-user/6475 "2020-04-05T23:29:59Z")
**Posts on this page:** 1
**Showing post:** 46

<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: [April 10, 2020, 5:09pm UTC](https://community.glideapps.com/t/new-row-in-spreadsheet-for-every-user/6475/46 "2020-04-10T17:09:31Z")

</div>

I haven’t tried your specific example, but I’ve been doing this with my app for the past year and it works fine. A record can be added from the app and it automatically fills data in other sheets for me. I don’t have the sheet open and the trigger works fine. Your script might be different because you are trying to show a toast message in the browser window instead of performing some other action.

Here is an old post with the script I’m using. It runs with the onChange Trigger;

> [@Email registration reference](https://community.glideapps.com/t/email-registration-reference/2156/2):
>
> App:Logins would be the place to get emails. You can use a UNIQUE formula in a new sheet to build a list, but you could run into problems if have other columns in your new sheet that need to match up to the email being pulled from App:Logins. I wouldn’t trust googles UNIQUE function in this case. Things can get out of whack if you’re not careful, as the order of emails could change. Instead I would use a script that will check for unique emails and apply them to another sheet. I use the fol…

These are the trigger settings I’m using:

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/d/d3fae575835e087ccb63db1ec14767c49e45149a.png)

---

_[View the full topic](https://community.glideapps.com/t/new-row-in-spreadsheet-for-every-user/6475)._
