# Custom columns in App: Sales sheet

**URL:** https://community.glideapps.com/t/custom-columns-in-app-sales-sheet/4356
**Category:** Feature Requests
**Created:** [February 7, 2020, 10:19am UTC](https://community.glideapps.com/t/custom-columns-in-app-sales-sheet/4356 "2020-02-07T10:19:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mthakershi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mthakershi/32/1715_2.png) [@mthakershi](https://community.glideapps.com/u/mthakershi)
#### Post date: [February 7, 2020, 10:19am UTC](https://community.glideapps.com/t/custom-columns-in-app-sales-sheet/4356/1 "2020-02-07T10:19:49Z")

</div>

Can I add my own columns in glide system sheets? E.g. “App: Sales” and other App sheets?

Purpose is to store payment processing information (such as exceptions) when each payment record is processed.

Thanks.

---

<div class="post-metadata">

### Author: ![Sandro\_Brito](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sandro_brito/32/552_2.png) [@Sandro\_Brito](https://community.glideapps.com/u/Sandro_Brito)
#### Post date: [February 7, 2020, 10:58am UTC](https://community.glideapps.com/t/custom-columns-in-app-sales-sheet/4356/2 "2020-02-07T10:58:55Z")

</div>

You can create a sheet that brings all the content from App:Sales and adds to it.

---

<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: [February 7, 2020, 12:35pm UTC](https://community.glideapps.com/t/custom-columns-in-app-sales-sheet/4356/3 "2020-02-07T12:35:47Z")

</div>

You might be able to, but I’d probably do as @Sandro_Brito does and bring the data into a separate sheet just in case Glide starts writing new columns in the future or your modifications cause some sort of incompatibility. You could try it with app:comments or app:logins to try something less critical.

---

<div class="post-metadata">

### Author: ![Mamadou](https://avatars.discourse-cdn.com/v4/letter/m/f4b2a3/32.png) [@Mamadou](https://community.glideapps.com/u/Mamadou)
#### Post date: [June 14, 2020, 9:15pm UTC](https://community.glideapps.com/t/custom-columns-in-app-sales-sheet/4356/4 "2020-06-14T21:15:44Z")

</div>

How to bring automatically the data from app:sales sheet to new sheet? Thanks

---

<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: [June 14, 2020, 9:20pm UTC](https://community.glideapps.com/t/custom-columns-in-app-sales-sheet/4356/5 "2020-06-14T21:20:55Z")

</div>

Just use a formula like this in the new sheet.

`={'App: Sales'!A1:Z}`

---

<div class="post-metadata">

### Author: ![Mamadou](https://avatars.discourse-cdn.com/v4/letter/m/f4b2a3/32.png) [@Mamadou](https://community.glideapps.com/u/Mamadou)
#### Post date: [June 14, 2020, 11:47pm UTC](https://community.glideapps.com/t/custom-columns-in-app-sales-sheet/4356/6 "2020-06-14T23:47:11Z")

</div>

Thank you for the quick reply. I will try it 👍🏻
