Dynamic Image Block not rendering {{image}} from webhook
Hi all 
I'm using a webhook to generate a QuickChart image in n8n and return it to Typebot. The webhook responds with:
{
"text": "text here",
"image": "https://quickchart.io/chart/render/sf-xxxxxxxxxx"
}
In Typebot, I:
Set text and image as response variables
Any idea why the dynamic {{image}} variable isnβt working even though it resolves correctly in text as a working URL?
Thanks so much
I'm using a webhook to generate a QuickChart image in n8n and return it to Typebot. The webhook responds with:
{
"text": "text here",
"image": "https://quickchart.io/chart/render/sf-xxxxxxxxxx"
}
In Typebot, I:
Set text and image as response variables
- Display {{text}} in a Text block
- Use an Image block with the Link tab set to {{image}} and "On click link" turned off
Any idea why the dynamic {{image}} variable isnβt working even though it resolves correctly in text as a working URL?
Thanks so much
