{
  "name": "Convert Airtable rich text markdown field to HTML",
  "nodes": [
    {
      "id": "ae8fad3b-7108-4a7a-a6d6-13e249c41ad7",
      "name": "Check if it's 1 record or all records - Airtable",
      "type": "n8n-nodes-base.if",
      "position": [
        1460,
        760
      ]
    },
    {
      "id": "c2a99d03-3570-4956-8e1e-06d6d72af7cd",
      "name": "Get single record from airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1660,
        740
      ]
    },
    {
      "id": "73c07061-d6e5-4cb1-9aaf-8a906bc6fd28",
      "name": "Convert markdown to HTML1",
      "type": "n8n-nodes-base.markdown",
      "position": [
        1860,
        740
      ]
    },
    {
      "id": "ce9751b6-484d-4b31-9357-002059d7348a",
      "name": "Convert markdown to HTML2",
      "type": "n8n-nodes-base.markdown",
      "position": [
        1860,
        960
      ]
    },
    {
      "id": "d713dd7d-8381-441b-8a4f-a0ce184abc31",
      "name": "Update single record in airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        2080,
        740
      ]
    },
    {
      "id": "1b836b94-cedb-4a1b-9e7c-5ef0978578a5",
      "name": "Update all records in airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        2080,
        960
      ]
    },
    {
      "id": "1167e05e-998d-44ca-bd28-09c1a74d18b3",
      "name": "Get all records from airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1660,
        960
      ]
    },
    {
      "id": "5cffbbdb-936c-4aa9-8e2d-9b8868f7db03",
      "name": "Airtable sync video description",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1260,
        760
      ]
    },
    {
      "id": "6a084927-2cd8-40f9-8072-093a4847af6a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1400,
        540
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "# Tutorial\n[Youtube video](https://www.youtube.com/watch?v=PAoxZjICd7o)"
      }
    }
  ],
  "connections": {
    "Convert markdown to HTML1": {
      "main": [
        [
          {
            "node": "Update single record in airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert markdown to HTML2": {
      "main": [
        [
          {
            "node": "Update all records in airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get all records from airtable": {
      "main": [
        [
          {
            "node": "Convert markdown to HTML2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable sync video description": {
      "main": [
        [
          {
            "node": "Check if it's 1 record or all records - Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get single record from airtable": {
      "main": [
        [
          {
            "node": "Convert markdown to HTML1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if it's 1 record or all records - Airtable": {
      "main": [
        [
          {
            "node": "Get single record from airtable",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Get all records from airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}