Skip to main content

Extract information from a logo sheet using forms, AI, Google Sheet and Airtable

Workflow preview

Workflow preview
100%
Extract information from a logo sheet using forms, AI, Google Sheet and Airtable preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Instructions This automation enables you to just upload any Image (via Form) of a Logo Sheet, containing multiple Images of Product Logos (most likely) which brings them in some context to one anot...

Best for

  • Document Extraction automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.airtable, n8n-nodes-base.merge, n8n-nodes-base.splitinbatches, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Marcel Claus-Ahrens.

Original n8n.io source

1.1 Workflow description

Title
Extract information from a logo sheet using forms, AI, Google Sheet and Airtable
Workflow name
Extract information from a logo sheet using forms, AI, Google Sheet and Airtable

Instructions

This automation enables you to just upload any Image (via Form) of a Logo Sheet, containing multiple Images of Product Logos (most likely) which brings them in some context to one another.

After submitting an AI-Agent eats that Logo Sheet, turning it into an List of "Productname" and "Attributes", also checks if Tools are kind of similar to another, given the Context of the Image.

We utilize AI Vision capabilities for that. NOTE: It might not be able to extract all informations. For a "upload and forget it" Workflow it works for me. You can even run it multiple times, to be sure.

But if you need to make sure it extracts everything you might need to think about an Multi-Agent Setup with Validation-Agent Steps.

Once the Agent finishes the extraction, it will traditionally and deterministicly add those Attributes to Airtable (Creates those, if not already existing.) and also Upserts the Tool Informations.

It uses MD5 Hashes for turning Product Names into.. something fancy really, you could also use it without that, but I wanted to have something that looks atleast like an ID.

Setup

  1. Set Up the Airtable like shown below.
  2. Update and set Credentials for all Airtable Nodes.
  3. Check or Adjust the Prompt of the Agent matching your use-case.
  4. Activate the Workflow.
  5. Open the Form (default: https://your-n8n.io/form/logo-sheet-feeder)
  6. Enjoy growing your Airtable.


Enjoy the workflow! ❤️
let the work flow — Workflow Automation & Development

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - Retrieve and Parser Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 3 - JSON it

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 5 - Check if Attribute exists

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 6 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 7 - Map Attribute ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Loop Over Attributes

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 9 - All Attributes

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Wait for Attribute Creation

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 11 - Change each Attribute to the corresponding RecID

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Split Out Tools

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 15 - Split Out each Attribute String

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Generate Unique Hash for Name

Type / Role
n8n-nodes-base.crypto - crypto
Config choices
Version 1

Block 18 - Create if not Exist

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 19 - Merge Old Data + RecID

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 20 - Only what we need

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Determine Attributes we should save

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Split Out similar

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 23 - Merge1

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 24 - Generate Unique Hash for Similar

Type / Role
n8n-nodes-base.crypto - crypto
Config choices
Version 1

Showing the first 24 of 44 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Extract information from a logo sheet using forms, AI, Google Sheet and Airtable
Complexity advanced
Nodes 44
Categories Document Extraction, AI Summarization
Author Marcel Claus-Ahrens
Published 17 Dec 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2650/2650.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Extract information from a logo sheet using forms, AI, Google Sheet and Airtable do?

Instructions This automation enables you to just upload any Image (via Form) of a Logo Sheet, containing multiple Images of Product Logos (most likely) which brings them in some context to one anot...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.