Use this powerful n8n workflow to automatically convert rich text Markdown fields in Airtable records into rendered HTML. Optimize your Airtable data for external publishing via a flexible n8n trigger.
Download this n8n workflow template and start using it instantly.
A common challenge when using Airtable's rich text fields is that the underlying data is stored in Markdown format. If you need to export this content to a platform that requires standard HTML (such as a CMS or blog engine), manual conversion is cumbersome. This sophisticated n8n workflow solves this by providing a highly flexible conversion pipeline.
The n8n workflow begins with an external webhook n8n trigger, allowing it to be initiated from within an Airtable automation or another external system. It cleverly uses conditional logic to determine whether it should process a single, specified record or perform a batch update across multiple records. This conditional approach makes the n8n template reusable and highly efficient, ensuring your content is always correctly formatted as HTML before publication.
This n8n workflow operates in several distinct stages, starting with the Webhook n8n trigger:
Airtable sync video description Webhook n8n node receives a call. This call includes parameters (like recordId) which dictate the subsequent logic.Check if it's 1 record or all records If n8n node analyzes the incoming data. It checks if a specific record ID is provided in the query parameters.Get single record from airtable) to fetch the specific record data using the provided ID.Convert markdown to HTML1 Markdown n8n node takes the content from the 📥 Video Description field and converts the Markdown syntax into standard HTML.Update single record in airtable Airtable n8n node writes the newly generated HTML back into the specified Video description HTML field for that record.Get all records from airtable) to retrieve a predefined set of records (limited to 3 in the current configuration).Convert markdown to HTML2 Markdown n8n node iterates through the records and converts the Markdown descriptions to HTML.Update all records in airtable Airtable n8n node then updates each of the fetched records with the corresponding HTML data.To set up and run this efficient n8n workflow, follow these steps:
Airtable sync video description) has a fixed path. Ensure you save and activate the n8n workflow to generate the unique execution URL.?recordId={record.id}).This n8n workflow relies on several key n8n nodes for its function:
Airtable sync video description (Webhook n8n trigger): This is the entry point, configured to listen on a specific path. It receives the request, often containing a query parameter indicating whether to process a single record or all records.
Check if it's 1 record or all records - Airtable (If n8n node): Uses conditional logic (exists) to check for the presence of the recordId query parameter. This is the central flow control for the entire n8n workflow.
Get single record from airtable / Get all records from airtable (Airtable n8n node): Retrieves data from the '📺 Videos' table. The 'Get single record' mode uses the incoming recordId from the n8n trigger, while the 'Get all records' node performs a general search.
Convert markdown to HTML1 / Convert markdown to HTML2 (Markdown n8n node): The critical transformation node. It takes the Markdown content from the 📥 Video Description field (={{ $json['📥 Video Description'] }}) and outputs pure HTML data.
Video description HTML column, matching the record using its unique id.Automate geocoding with this powerful n8n workflow. Use this n8n template to read addresses from Google Sheets, call the Google Maps API, and update location data efficiently.

Use this advanced n8n workflow to convert 2D orthographic projection drawings into smooth, rotating 360° videos using GPT-4o image generation and the Kling video synthesis API.

This advanced n8n workflow converts natural language requests into executable SQL queries against PostgreSQL. It uses multiple n8n node steps, including AI agents and memory, to deliver structured data for visualization. A powerful n8n template.

Automate Japanese audio transcription from Gmail using n8n and OpenAI. Generate AI summaries, save files to Google Drive, log to Sheets, and notify via Slack/Gmail. Deploy this robust n8n workflow today.

Automate content repurposing with this powerful n8n workflow. Convert new blog posts from an RSS feed into high-quality audio using Eleven Labs and generate rich metadata using the OpenAI n8n node (GPT-4).








































