Back to Make in Google Sheets
SheetXAI logo
Make logo
Make · Google Sheets Guide

Dump Make Enum Reference Tables Into a Google Sheet

2026-05-14
5 min read

The Scenario

The handoff note from the engineer who built your company's Make administration tool said: "Column validation uses a local enum list — check it against the API before submitting anything, the local list is probably stale."

That was six months ago. You inherited the tool last week. The provisioning checklist in the Excel workbook has dropdowns for module types and variable types, and you have no idea if they still match what Make's API accepts. An audit request came in from the compliance team this morning — they want documentation of all valid input values used in the administration tool.

You could go find the Make API documentation, locate each enumeration endpoint, call each one, and paste the results into the workbook. That's how you'd do it manually.

The bad version:

  • Find the Make API reference for module types, call the endpoint, copy the response values into a tab in the sheet
  • Repeat for variable types, organization features, and user features — four separate API calls, four separate copy-paste sessions
  • Realize the module types list has changed since the local enum was built and spend time reconciling the differences

Compliance needs this documented by end of week. Reconciling stale local lists one by one is not going to get you there.

The Easy Way: One Prompt in SheetXAI

SheetXAI is an AI agent that lives inside your Google Sheet. It connects to Make's API and can fetch all enumeration types at once, routing each to a labeled tab.

In the administration workbook, run:

Fetch all Make enumerations — module types, variable types, organization features, and user features — and write each list to a separate tab in this sheet labeled with the enum type

What You Get

  • A "Module Types" tab with every valid module type value Make accepts
  • A "Variable Types" tab with the full list of valid variable types
  • An "Organization Features" tab and a "User Features" tab with all valid feature flags
  • Each tab is labeled and immediately usable for reconciliation against the local enum list in the provisioning checklist

What If the Data Is Not Quite Ready

What if I only need module types and variable types for now?

Fetch Make's available module types and variable types and write each to a separate tab named "Module Types" and "Variable Types"

What if I want to compare the values from Make against an existing local list in column A of each tab?

Fetch all Make module types and write them into column B of the "Module Types" tab — I have my local enum list in column A and want to compare the two side by side

What if I want a diff column showing which local values are missing from the Make API response?

Fetch all Make module types into column B of the "Module Types" tab, then add a formula in column C that marks each row in column A as "Valid" if the value exists in column B or "Missing from API" if it does not

What if I need all four enumerations fetched, each on its own tab, plus a summary tab listing the count of values per enum type and any discrepancy count versus the local lists already in the workbook?

Fetch all Make enumerations — module types, variable types, organization features, and user features — write each to a labeled tab, then create a "Summary" tab showing the enum name, the count of API values, and the count of local values already in the workbook so I can spot where the lists have drifted

The pattern: ask for the pull and the reconciliation logic together, so the compliance documentation comes out ready rather than requiring a manual diff afterward.

Try It

Get the 7-day free trial of SheetXAI and open the administration workbook, then ask it to fetch your Make enum reference tables. Also useful: exporting the LLM model catalog for AI scenario planning, or pulling valid region and timezone values for provisioning forms — both covered in the Make integration overview.

Stop memorizing formulas.
Tell your spreadsheet what to do.

Join 4,000+ professionals saving hours every week with SheetXAI.

Learn more