📖 Introduction

The Lost and Found App is a no-code automation project built using Zapier, designed to help users report, track, and find lost items through automated workflows.
Instead of using traditional programming languages, the project leverages automation tools and integrations to connect platforms like Airtable, Gmail, Google Sheets, and Webflow/Glide.

This demonstrates how powerful no-code platforms can be in creating real-world solutions — without writing a single line of backend code.

⚙️ Key Features

🧰 Tools & Platforms Used

ToolPurpose
ZapierCore automation and workflow engine
AirtableDatabase to store lost/found item data
Gmail IntegrationEmail alerts and communication
Netlify / Google FormUser input form for submitting reports
Webflow / GlideFrontend UI for displaying items
Make.com (optional)For complex conditional automation

🏗️ Workflow Architecture

1️⃣ Form Submission

2️⃣ Zapier Trigger

3️⃣ Automation Steps (Example: Lost Item)

Step 1: Trigger → New Record in Airtable
Step 2: Action → Search in Airtable for Matching Found Items
Step 3: Filter → Category and Location Match
Step 4: Action → Send Email via Gmail to both users notifying a possible match.

🔌 Zapier Automation Example

Zap 1. Handle Lost Items

StepActionDescription
1Trigger: Airtable (New Record in “Lost Items”)Starts when someone reports a lost item
2Action: Find Record in “Found Items”Looks for similar found item
3Filter: Check if “Category” and “Location” matchContinue only if match found
4Action: Gmail (Send Email)Sends notification to both users

Zap 2. Handle Found Items

Similar to Zap 1 but reversed — triggers when someone adds a found item.

💾 Airtable Database Schema

FieldTypeDescription
Item NameTextName of lost/found item
TypeDropdown“Lost” or “Found”
DescriptionLong textDetails about the item
LocationTextWhere it was lost/found
Contact EmailEmailUser email for notifications
DateDateDate of submission

💬 Email Notification Example

Subject: Possible Match Found for Your Lost Item!
Body:

Hi {{Name}},
Someone has reported a “{{Found Item}}” that matches your lost “{{Lost Item}}” near {{Location}}.
Please check your dashboard or contact {{Other User Email}} for more details.

– Lost & Found App (Automated via Zapier)

🚀 Deployment

🔮 Future Improvements

🏁 Conclusion

The Lost and Found App built with Zapier proves that powerful, practical applications can be created without writing code. Using smart integrations between Airtable, Gmail, and web forms, it demonstrates how no-code automation can replicate the functionality of full-stack systems with minimal effort.