Keep video descriptions ready for publishing without manual formatting. The flow reads markdown text from Baserow, turns it into clean HTML, and writes it back. It fits content and social teams that manage copy in Baserow.
A webhook call starts the run. A check decides if you sent a record id to update one row or if it should refresh all rows. For one row, it pulls the record from your table, converts the field named 📥 Video Description to HTML with emoji and simple line breaks, then updates a mapped HTML field. For a batch, it loads every record, converts each description, and updates them in sequence using the same mapping. It preserves your markdown as the source of truth and keeps an HTML field in sync for publishing.
Point the nodes to your database, table, and target field, then send the webhook with ?rec=ROW_ID to update a single entry or call it without the id for a full refresh. Teams usually cut formatting time from 30 minutes per batch to 5 minutes and reduce copy errors by 90 percent. Useful for sites and CMS tools that need HTML input for video pages.