Receipts for Purchases in Glide

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.

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.

1 Like

I got you. I will try this . Thanks!