{
  "openruna_format": "flow-graph-v1",
  "title": "Get the logo, icon, and information of a company and store it in Airtable",
  "slug": "get-the-logo-icon-and-information-of-a-company-and-store-it-in-airtable",
  "source_filename": "0242_Manual_Brandfetch_Import_Triggered.json",
  "nodes": [
    {
      "id": "On clicking 'execute'",
      "name": "On clicking 'execute'",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Brandfetch",
      "name": "Brandfetch",
      "integration": "Brandfetch",
      "kind": "action"
    },
    {
      "id": "Brandfetch1",
      "name": "Brandfetch1",
      "integration": "Brandfetch",
      "kind": "action"
    },
    {
      "id": "Set",
      "name": "Set",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "Airtable",
      "name": "Airtable",
      "integration": "airtable",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "Set",
      "to": "Airtable"
    },
    {
      "from": "Brandfetch",
      "to": "Brandfetch1"
    },
    {
      "from": "Brandfetch1",
      "to": "Set"
    },
    {
      "from": "On clicking 'execute'",
      "to": "Brandfetch"
    }
  ]
}