# Exporting per user data

**URL:** https://community.glideapps.com/t/exporting-per-user-data/9694
**Category:** Ask for Help
**Created:** [May 24, 2020, 8:46pm UTC](https://community.glideapps.com/t/exporting-per-user-data/9694 "2020-05-24T20:46:37Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![melissa\_powell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/melissa_powell/32/185_2.png) [@melissa\_powell](https://community.glideapps.com/u/melissa_powell)
#### Post date: [May 24, 2020, 8:46pm UTC](https://community.glideapps.com/t/exporting-per-user-data/9694/1 "2020-05-24T20:46:37Z")

</div>

I am making a simple app for my Shopify clients to upload their product information easier. How to do export individual data in google sheets? Ex: someone uploads 10 products. I need to export the data in google sheets to import it into Shopify.

Thank you

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 24, 2020, 10:03pm UTC](https://community.glideapps.com/t/exporting-per-user-data/9694/2 "2020-05-24T22:03:25Z")

</div>

How many clients do you have?

---

<div class="post-metadata">

### Author: ![melissa\_powell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/melissa_powell/32/185_2.png) [@melissa\_powell](https://community.glideapps.com/u/melissa_powell)
#### Post date: [May 25, 2020, 2:30am UTC](https://community.glideapps.com/t/exporting-per-user-data/9694/3 "2020-05-25T02:30:51Z")

</div>

None at the moment but it would be like a per order basis.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 25, 2020, 2:35am UTC](https://community.glideapps.com/t/exporting-per-user-data/9694/4 "2020-05-25T02:35:12Z")

</div>

How often do you want to export the data and import it to your Shopify?

---

<div class="post-metadata">

### Author: ![melissa\_powell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/melissa_powell/32/185_2.png) [@melissa\_powell](https://community.glideapps.com/u/melissa_powell)
#### Post date: [May 25, 2020, 3:09am UTC](https://community.glideapps.com/t/exporting-per-user-data/9694/5 "2020-05-25T03:09:50Z")

</div>

I dont know. As needed. Daily?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 25, 2020, 3:23am UTC](https://community.glideapps.com/t/exporting-per-user-data/9694/6 "2020-05-25T03:23:59Z")

</div>

Here’s my thoughts:

- You have a sheet where you store your clients’ input (via Glide form), let’s call this the ‘Raw input’.
- You can have multiple sheets for different clients, and use queries to get the right data from the ‘Raw input’ sheet, from the last 24 hours.
- Create a script to automatically push the data from Google Sheets to the right Shopify account.
