# SOLVED - Email a form with all fields when a record is updated

**URL:** https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628
**Category:** Ask for Help
**Created:** [April 11, 2022, 8:11pm UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628 "2022-04-11T20:11:21Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![jgentile](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jgentile/32/40909_2.png) [@jgentile](https://community.glideapps.com/u/jgentile)
#### Post date: [April 11, 2022, 8:11pm UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/1 "2022-04-11T20:11:21Z")

</div>

Hi, I’ve created a big summercamp/church/nonprofit directory app. I’m having volunteers update it using conditional logic, etc. etc… I’m using airtables in the background.

QUESTION: When a volunteer updates a record (example: summer camp with phone contacts, website, address … all the basics)… when a volunteer updates this, I want an email to be sent to a couple email addresses saying “A record has been updated on the AssemblyMap database. And in the email are all the fields and their info; right in the email.”

(I need it to go to a book publisher who creates a printed directory of these businesses).

I’m sure there’s a way to do it from the Airtables side OR Glide side. Any suggestions?

 ![Screen Shot 2022-04-11 at 12.22.38 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/d/2dde18bc039f9f3e4eb5cd0eae072c7c3615307b.jpeg)

---

<div class="post-metadata">

### Author: ![DarrenHumphries](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darrenhumphries/32/91715_2.png) [@DarrenHumphries](https://community.glideapps.com/u/DarrenHumphries)
#### Post date: [April 11, 2022, 8:41pm UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/2 "2022-04-11T20:41:43Z")

</div>

You could use the send email action using a button in Glide. To do this you’d need to likely create a template field with all the information you need from the listing and use that as the body of the email. Your app would need to be a Pro app to do this.

Another option is to use an email program that is supported by Zapier or [Make.com](http://Make.com) and configure the email through that. This gives you more options for format but it’s a little more work to figure out and it might cost you money; you’d need to check either of those sites and compare the plans to the number of emails you think will be sent out.

---

<div class="post-metadata">

### Author: ![jgentile](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jgentile/32/40909_2.png) [@jgentile](https://community.glideapps.com/u/jgentile)
#### Post date: [April 11, 2022, 9:00pm UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/3 "2022-04-11T21:00:33Z")

</div>

Darren, Thanks. Is it your understanding that the “Send email” button requires an email application to open on the users end? I was toying around with some of the button triggers and tried something close to that and I noticed it tried to open my main email app on my Mac… (as in it didn’t seem like it was using an internal mail server to send stuff out).

Yea I had thought of Zapier, but you are right it might takes some $ to do that.

---

<div class="post-metadata">

### Author: ![DarrenHumphries](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darrenhumphries/32/91715_2.png) [@DarrenHumphries](https://community.glideapps.com/u/DarrenHumphries)
#### Post date: [April 11, 2022, 9:13pm UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/4 "2022-04-11T21:13:35Z")

</div>

Yes, send email will open the email program on your computer or phone with the information already inserted from Glide. If that’s not an option then you’ll want to use Zapier or [Make.com](http://Make.com). I think [Make.com](http://Make.com) might have more “Zaps” (shoot, what does Make call them? 😃 ) in their free plan.

---

<div class="post-metadata">

### Author: ![jgentile](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jgentile/32/40909_2.png) [@jgentile](https://community.glideapps.com/u/jgentile)
#### Post date: [April 11, 2022, 9:14pm UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/5 "2022-04-11T21:14:57Z")

</div>

Makes? “Make it happen people…make it happen.”

---

<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: [April 12, 2022, 12:09am UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/6 "2022-04-12T00:09:22Z")

</div>

> [@DarrenHumphries](#):
>
> “Zaps” (shoot, what does Make call them? )

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/3/6395460a917d5be38be63f8eea81f13f9d690118.png)

They call it operations.

---

<div class="post-metadata">

### Author: ![DarrenHumphries](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darrenhumphries/32/91715_2.png) [@DarrenHumphries](https://community.glideapps.com/u/DarrenHumphries)
#### Post date: [April 12, 2022, 12:32am UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/7 "2022-04-12T00:32:12Z")

</div>

But…that’s so boring! I’m calling them “Zaps” anyway. 😉

---

<div class="post-metadata">

### Author: ![jgentile](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jgentile/32/40909_2.png) [@jgentile](https://community.glideapps.com/u/jgentile)
#### Post date: [April 12, 2022, 1:17am UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/8 "2022-04-12T01:17:12Z")

</div>

SOLVED - Airtables actually as a tab for creating automations. This allows you put in your won email credentials and drop all the fields into an email and send to any addresses you want. If only I could get it to show JUST the updates, then we would be golden. I don’t need to show all the fields, just the updated ones.

Jesse

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 12, 2022, 2:20am UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/9 "2022-04-12T02:20:44Z")

</div>

> [@jgentile](#):
>
> If only I could get it to show JUST the updates, then we would be golden.

Somebody asked a similar question a month or so ago. In response to that I created a demo app that shows one way to implement change log type functionality in Glide.

Here’s a link to the app. Feel free to make a copy and play around. It may or may not help with your use case.

> **[Change Log Demo](https://raspy-carriage-2545.glideapp.io/)**

If I can find the original thread, I’ll come back and link to it to provide some context.

Edit: Found the [original thread](https://community.glideapps.com/t/basics-again-accumulated-list/39152).

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [April 13, 2022, 2:21am UTC](https://community.glideapps.com/t/solved-email-a-form-with-all-fields-when-a-record-is-updated/40628/10 "2022-04-13T02:21:25Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
