Glide Make integrationAutomate Glide with Make.
What if your Glide app filled its own tables while you worked elsewhere? The Glide Make integration gives you 5 modules: 3 actions and 2 searches that work on table rows. This page shows what they do, how to link your account and how to build a first scenario step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Glide Make integration do for you?
The Glide Make integration lets Make read and change the rows of your Glide tables without code. You build a scenario, which is the automation Make runs, out of modules, each one a single brick such as an action or a search. Glide brings five of them, all about rows.
Feed an app from outside. A form, a CRM or a spreadsheet produces a new record, and Add Row writes it into the Glide table behind your app. Field staff see it on their phones without anyone retyping it.
Keep records current. When a status changes in another tool, Get Row or Get Rows finds the matching entry and Edit Row updates it. The same pair helps you tidy old data: search first, then Delete Row on what you no longer need.
Send Glide data somewhere else. Get Rows returns rows as bundles, one item per row, that the next module can pass to a sheet, an email or a CRM such as the one in our Airtable Make integration guide.
What Make does not offer here: Glide has no trigger module, so nothing starts on its own when a row changes in Glide. The scenario starts on a schedule or on an event in another app. There is no Make an API Call module either.
Glide may also have a node in n8n. Both tools are compared in n8n vs Make, and the Make training covers the editor from scratch.
How do you connect your Glide account to Make?
- 01
Create an API key in Glide
In your Glide account, open the Config menu, then API Keys, and create a key. Copy the key shown on screen. You need an active Glide account for this, and Make will use the key to act on your behalf.
- 02
Add a Glide module in Make
Log in to Make, add any Glide module to your scenario and click Create a connection. A connection is your Glide account linked to Make once, then reused by every Glide module you add later.
- 03
Name it and paste the key
The Connection name field is optional, but a clear name helps when you run several workspaces. Paste the API key you copied, or follow the instructions Make shows on screen, and save the connection.
Build your first scenario with Glide
GoalWhen a new record appears in another app, Make adds it as a row in your Glide table.
- 01
Start a blank scenario
Open the Scenarios page, create a new scenario and click the + in the middle of the canvas. Since Glide has no trigger, the first module comes from the app where your records start.
- 02
Pick the source module
Search the source app by name, choose the module that watches for new records and create its connection. Fill its fields so Make knows where to look.
- 03
Add the Glide action
Click the + on the right of the first module, search Glide and pick Add Row. Select your Glide connection, or create it as shown above, then fill the module fields.
- 04
Map the incoming data
For each field of the row, click and pick the matching value from the first module. Make offers the data it received, so a name goes to the name column, an email to the email column.
- 05
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received. Open your Glide app and check that the new row is there.
- 06
Schedule and switch on
On the first module, open Scheduling: a new scenario checks every 15 minutes by default. Adjust it if your plan allows, then switch the scenario on.
What each Glide module does
Glide gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Add Row
ActionIn Make“Add a row to a table”
Add Row writes a brand new row into a Glide table, so the record shows up in your app for everyone who uses it.
Delete Row
ActionIn Make“Delete rows from a table”
Delete Row removes rows from a Glide table and keeps your app free of entries that no longer matter to anyone.
Edit Row
ActionIn Make“Edit an existing row”
Edit Row changes the values of a row that already exists, so the app reflects the latest state without creating a copy.
Get Row
SearchIn Make“Get row from a table”
Get Row fetches one row from a Glide table and hands its values to the modules that follow in the scenario.
Get Rows
SearchIn Make“Get rows from a table”
Get Rows reads several rows from a table and returns each one as a separate bundle, ready to be copied, checked or cleaned up.
Need help automating Glide with Make?
A person reads every message.