# Receipts for Purchases in Glide

**URL:** https://community.glideapps.com/t/receipts-for-purchases-in-glide/12227
**Category:** Ask for Help
**Created:** [July 9, 2020, 5:45pm UTC](https://community.glideapps.com/t/receipts-for-purchases-in-glide/12227 "2020-07-09T17:45:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mauricelogic](https://avatars.discourse-cdn.com/v4/letter/m/c89c15/32.png) [@mauricelogic](https://community.glideapps.com/u/mauricelogic)
#### Post date: [July 9, 2020, 5:45pm UTC](https://community.glideapps.com/t/receipts-for-purchases-in-glide/12227/1 "2020-07-09T17:45:34Z")

</div>

I want to send a detailed receipt with more information than what’s contained in the App:Sales sheet for Glide. For instance, I need to send Redemption information/instructions based on the item purchased.

I’m trying to use Integromat to send an email when the App:Sales sheet is updated BUT how do I add the redemption information from another sheet?

Also, any thoughts on a better solution? Thanks.

---

<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: [July 9, 2020, 6:54pm UTC](https://community.glideapps.com/t/receipts-for-purchases-in-glide/12227/2 "2020-07-09T18:54:50Z")

</div>

You could pull all App:Sales data into another sheet using a Query formula. Now, if redemption information (i.e. row) is related to the SKU (e.g. item purchased), you can pull it in this new sheet via lookup formula. Then your email logic can read from it.

---

<div class="post-metadata">

### Author: ![mauricelogic](https://avatars.discourse-cdn.com/v4/letter/m/c89c15/32.png) [@mauricelogic](https://community.glideapps.com/u/mauricelogic)
#### Post date: [July 10, 2020, 12:32pm UTC](https://community.glideapps.com/t/receipts-for-purchases-in-glide/12227/3 "2020-07-10T12:32:33Z")

</div>

I got you. I will try this . Thanks!
