Baserow Markdown to HTML Converter
detail.loadingPreview
Convert markdown descriptions from Baserow records to HTML.
About This Workflow
This workflow is designed to fetch markdown content from a Baserow database, convert it into HTML, and then update the same or other records in Baserow with the generated HTML.
It handles both single record updates and batch updates for all records in a specified table.
Key Features:
- Triggers via webhook.
- Conditional processing for single record or all records.
- Markdown to HTML conversion.
- Baserow integration for reading and writing data.
- Supports updating specific fields in Baserow records.
Key Features
- Webhook trigger for initiating the workflow.
- Conditional logic to process either a single Baserow record (identified by
recquery parameter) or all records in a table. - Conversion of markdown text to HTML using the markdown node.
- Reading data from a Baserow table.
- Writing generated HTML back to a Baserow table, either for a single record or multiple records.
- Reusable Baserow credentials for cloud integration.
How To Use
- Trigger: The workflow is triggered by a webhook. You can send a POST request to the webhook URL.
- Record Identification:
- If a
recquery parameter is present in the webhook request (e.g.,?rec=123), the workflow will attempt to fetch and process a single record from Baserow with that Row ID. - If no
recparameter is present, the workflow will fetch and process all records from the specified Baserow table.
- If a
- Data Fetching: The workflow retrieves data from a Baserow table (Table ID: 260956).
- Markdown to HTML Conversion: The
📥 Video Descriptionfield (or similar) from the fetched Baserow record(s) is converted from markdown to HTML.- Single Record Path: Uses the
Convert markdown to HTML (single)node. - All Records Path: Uses the
Convert markdown to HTML (all records)node.
- Single Record Path: Uses the
- Data Update: The generated HTML is then used to update the Baserow record(s).
- Single Record Path: Updates a single record using the
Update single record in baserownode. It uses$json.idto identify the row to update andfieldId: 2314683to specify the field for the HTML data. - All Records Path: Updates all records using the
Update all records in baserownode. Similar to the single record update, it uses$json.idandfieldId: 2314683.
- Single Record Path: Updates a single record using the
Configuration Notes:
- Ensure the Baserow credentials (
baserowCloud) are set up correctly. - Verify the
databaseId(94671) andtableId(260956) match your Baserow setup. - The
fieldId: 2314683is crucial for specifying where the HTML output should be stored. Adjust if necessary. - The webhook path is
d4858ac8-2d80-41c5-a9d9-06b8e1a14347.
Apps Used
Workflow JSON
{
"id": "e7e3c8a0-0e5a-4eda-be76-942293af74f8",
"name": "Baserow Markdown to HTML Converter",
"nodes": 6,
"category": "Data Processing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: e7e3c8a0-0e5a...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Multilingual Metadata Generation from Gmail and Google Sheets
Automate structured metadata generation in English and Chinese by processing Gmail emails and Google Sheets data.
Generate Structured Metadata with Multiple Languages
This workflow demonstrates generating structured metadata, specifically supporting both English and Chinese output.
Generate Cocktail Instructions with Translation
Fetches random cocktail data and translates its instructions using LingvaNex.