Markdown Links with Variables Not Clickable in Text Blocks

Hello everyone, thanks for this awesome community. I have a working Typebot with API integration that populates product recommendation variables. I need to create clickable affiliate links but can't get the markdown syntax to work with variables. What I'm Trying: Text block with markdown: 🛒 SHOP {{product_name}} NOW → Current Result: The markdown displays as plain text instead of rendering as a clickable link: "🛒 SHOP Skytrak + Garage Package NOW →". Variables Confirmed Working: {{product_name}} displays correctly: "Product Name" {{affiliate_url}} displays correctly: "https://example.com/affiliate" Variables populate from webhook response properly What I've Tried: - Rich text with URL properties - not clickable - Set variable blocks with markdown expressions - variables not interpolated - Direct markdown in text content - displays but not clickable. I searched previous posts and Baptiste mentioned "Typebot bubbles parse Markdown" with example here, but this doesn't seem to work with dynamic variables. Is there a specific syntax or block configuration needed for markdown links with variables? Here's a minimal reproduction using a cars API that shows the exact issue: https://app.typebot.io/typebots/rvv6j12aasdweibowa0itizl/edit Thanks a lot for your help 🙏
Editor
Create and publish conversational forms that collect 4 times more answers and feel native to your product
3 Replies
Baptiste
Baptiste2w ago
Hi, you can't just pass markdown like this to a text bubble
Baptiste
Baptiste2w ago
You'd have to insert the link like this
Mustapha
MustaphaOP2w ago
Can't believe I was missing it like that. Thanks a ton Baptiste. Solved.

Did you find this page helpful?