Map Typeform event sign-ups into a Google Sheets attendee tracker

Every new registration gets turned into latitude, longitude, city, and country, then logged in a Google Sheet you can drop straight into BatchGeo or any map dashboard.

Deterministic Code
TypeformTrueWay GeocodingGoogle SheetsMarketingOperationsData SyncLead Enrichment
PromptCreate

Build me a deterministic, code-shaped workflow that turns new Typeform event sign-ups into a mappable Google Sheet. Every attendee should end up as one clean row with latitude, longitude, city, and country, ready to drop into BatchGeo or a custom map dashboard.

Trigger: a Typeform webhook on a new form response. The form is my event sign-up and includes an address question along with name, email, and ticket type. No polling, no agent reasoning, just pure node-to-node enrichment.

Workflow inputs I want to be able to set on each run: the Google Sheet ID, the main tab name (where successful rows go), and the review tab name (where unresolved addresses go). Default the review tab name to "needs-review".

Steps:

1. Parse the Typeform webhook payload. Pull out the submission timestamp, attendee name, email, ticket type, and the raw address string. Use Typeform's answers/fields mapping; do not hardcode answer indexes.

2. Forward-geocode the raw address using TrueWay Geocoding's Geocode (Forward Geocoding) operation. Pass the address as the query and ask for the parsed locality and country in the result.

3. If TrueWay returns at least one result, take the top match and append a single row to the main tab using Google Sheets' Append Values, with these columns in order: timestamp, name, email, ticket type, raw address, lat, lng, city, country. Use USER_ENTERED so the sheet treats numbers and timestamps correctly.

4. If TrueWay returns an empty results array (no match found), do not write to the main tab. Instead append a single row to the review tab with: timestamp, name, email, ticket type, raw address, and a short reason like "no_geocode_result". The organizer will clean those by hand.

Constraints: this is a strictly deterministic enrich-and-append pipeline. No drafting, no judgment, no LLM step. Skip any branching that is not the success/no-result split above. Errors from TrueWay (rate limits, auth) should bubble up and fail the run so I can see them; do not silently swallow them into the review tab.

Integrations: Typeform (webhook trigger), TrueWay Geocoding (Geocode operation), Google Sheets (Append Values).

What does this prompt do?

  • Listens for new Typeform responses on your event sign-up form the moment they come in.
  • Reads the attendee's name, email, ticket type, and address straight from the response.
  • Looks up the address to get latitude, longitude, city, and country for the map.
  • Appends one clean row per attendee to your Google Sheet, ready to plot in BatchGeo or any map tool.
  • Sends anything that cannot be located to a separate review tab so you can fix it by hand later.

What do I need to use this?

  • A Typeform account with your event sign-up form, including an address question.
  • A Google account with edit access to the Google Sheet where attendees should be logged.
  • A RapidAPI account subscribed to TrueWay Geocoding for the address lookups.
  • The Google Sheet's ID and the names of the main tab and a review tab for unresolved addresses.

How can I customize it?

  • Add or remove columns to match what your map tool expects, like state, postal code, or ticket tier.
  • Swap in a different sign-up form, or point at multiple Typeforms if you run more than one event.
  • Change the review-tab name, or send unresolved addresses to a Slack channel or email instead.

FAQs

Do I need a paid Typeform plan for this?
No. Webhooks are available on every Typeform plan, including the free tier, so any active sign-up form works.
What happens if an attendee types a messy or incomplete address?
If TrueWay Geocoding cannot find a match, the row gets written to your review tab instead of the main sheet, so the rest of your map stays clean and you can fix problem rows by hand.
Can I use this with BatchGeo, Google My Maps, or Mapbox?
Yes. The output is a flat Google Sheet with one row per attendee plus latitude and longitude columns, which is the exact shape those tools import.
Will this work if my form does not have a single address question?
Yes. You can have it combine city, state, and country fields into one address before the lookup, or point it at whichever question holds the location.
How many attendees can I geocode per month?
It depends on the TrueWay Geocoding plan you pick on RapidAPI. There is a free tier for small events, with paid plans that raise the monthly quota.

Related templates

Weekly Amazon S3 bucket security audit posted to Slack

Every Monday, check every S3 bucket for public exposure, missing encryption and weak backup settings, then get the risks ranked in Slack.

Amazon S3
Slack Bot
Google Sheets
Agentic Task
Turn procurement portal tenders into CRM deals each morning

Every weekday at 7am, sign in to the tender portals you track, filter new notices against your bid criteria, and open a deal for the ones worth chasing.

Anchor Browser
Google Sheets
HubSpot
+1
Agentic Task
Draft polite follow-ups for emails that never got a reply

Every weekday at 4pm, spot the threads that went quiet, stage a ready-to-send nudge in your mailbox, and get a ranked Slack recap.

Aurinko
Google Sheets
Slack Bot
Agentic Task
Weekly voice-of-customer report from surveys and support

Every Monday, last week's survey answers and support conversations become one themed report in Notion, with the top five themes posted to Slack.

Typeform
Intercom
Notion
+2
Agentic Task
Flag VIP client emails in Zoho Mail and alert your team

Keep a spreadsheet of your most important senders, and every email from one gets labeled, posted to your team channel, and logged automatically.

Zoho Mail
Google Sheets
Slack Bot
Deterministic Code
Send Yotpo review requests when Shopify orders ship

The moment an order is fulfilled, we register it with Yotpo so the review request is timed off real delivery, and we log every sync so failures never go unnoticed.

Shopify
Yotpo
Google Sheets
Deterministic Code

Stop pasting attendee addresses into a spreadsheet by hand.

Connect Typeform, TrueWay Geocoding, and Google Sheets once, and Geni keeps your event map up to date every time someone signs up.