# Automatically create Glide User record from Contacts table in Airtable base

**URL:** https://community.glideapps.com/t/automatically-create-glide-user-record-from-contacts-table-in-airtable-base/67117
**Category:** Ask for Help
**Tags:** airtable
**Created:** [October 19, 2023, 2:16pm UTC](https://community.glideapps.com/t/automatically-create-glide-user-record-from-contacts-table-in-airtable-base/67117 "2023-10-19T14:16:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mberns01](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mberns01/32/51549_2.png) [@mberns01](https://community.glideapps.com/u/mberns01)
#### Post date: [October 19, 2023, 2:16pm UTC](https://community.glideapps.com/t/automatically-create-glide-user-record-from-contacts-table-in-airtable-base/67117/1 "2023-10-19T14:16:27Z")

</div>

I am using Airtable as the database for my Glide app. Is it possible to create a new record in the Glide user table when a Contact record in Airtable matches certain conditions?

For instance, when a Contact in my Airtable base gets assigned Status = Closed I want to automatically create a new record in the Glide user table with the name, email and a few other bits of info from their record in my Airtable base (Image, RecordID, etc).

I tried to see if there was a [Make.com](http://Make.com) module for Glide but it did not seem to be working properly (I got an error message “No module found”).

Thanks a lot!

---

<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: [October 20, 2023, 12:22am UTC](https://community.glideapps.com/t/automatically-create-glide-user-record-from-contacts-table-in-airtable-base/67117/2 "2023-10-20T00:22:54Z")

</div>

> [@mberns01](#):
>
> I tried to see if there was a [Make.com](http://Make.com) module for Glide but it did not seem to be working properly (I got an error message “No module found”).

If you have access to the Glide API (Pro+), you can use a HTTP module and follow Glide’s syntax to add a new row.

That’s assuming you can trigger a webhook payload to be sent to Make when the record is changed to “Closed”.

---

<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: [October 27, 2023, 12:23am UTC](https://community.glideapps.com/t/automatically-create-glide-user-record-from-contacts-table-in-airtable-base/67117/3 "2023-10-27T00:23:04Z")

</div>

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