Building the Complete Product Analysis System
Sveip for å vise menyen
Build a full, production-style automation that validates ASINs, fetches Amazon product data via API, analyzes it with AI, generates a Google Doc report, and links the result back to the original spreadsheet row, with proper error handling and troubleshooting.
Workflow Overview
At this stage, the automation consists of the following steps:
-
Trigger: Google Sheets, when a row is created or updated
-
Path 1, ASIN validation
- If no ASIN is found, the sheet is updated with ASIN not found
-
HTTP Request: Fetch product data via the Rainforest API
-
Path 2, data quality check
- If the data quality is insufficient, the sheet is updated with Poor data
-
AI Processing: ChatGPT analyzes the validated product data
-
Google Docs: A report is generated automatically
-
Google Sheets: The document link is written back to the original row
The outcome is a complete, defensive automation with clear branching logic, error handling, and automated report generation.
- System Prompt: Expert Amazon listing optimizer; generate a product summary and a checklist for improvements.
- Input: Full output from the API request.
- Output: Concise summary + actionable checklist.
- App: Google Docs
- Action: Create document from ChatGPT output.
- Settings:
- Name: Product Title (from API)
- Content: AI summary + checklist
- Folder: Chosen Drive location
- Result: New document in Drive contains the AI-generated info.
- App: Google Sheets
- Action: Update row using Row ID from trigger.
- Link field: Use Alternate Link from Google Docs step for a clickable URL.
A common issue during testing is the document link appearing in the wrong spreadsheet row. This usually happens because the Row field was hardcoded instead of dynamically mapped. To fix it, open each Update Spreadsheet Row action, set the Row field to Custom, and select the Row ID from the trigger. Every update step must use dynamic row mapping to ensure data lands in the correct row.
The AI step may appear delayed in Zapier’s UI. Refresh the page and check Zap History before assuming failure
Takk for tilbakemeldingene dine!
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår