Share feedback, ideas and get community help

Home
Members
Anthony
A
Anthony
Offline, last seen 4 hours ago
Joined December 11, 2024
🔁 Steps to reproduce
  1. Add an Image Bubble to the Canvas
  2. Go to the Icon tab, click on any of them
  3. Preview the bot, and see that no image is returned by this Bubble
ℹ️ Issue/Origin
Picking an Icon returns SVG code (<svg>[...]</svg>) (prefixed by data:image/svg+xml;utf8,) inside the Image Bubble's URL parameter, which expects a URL string.

💡 Potential Solution(s)
  1. Remove the Icon tab from the Image Bubble UI.
or
  1. When an Icon is selected, allow rendering SVG Code instead of an expected URL string.
🖼️ Demo
https://i.imgur.com/hgtJyho.png
4 comments
B
A
When exploring all Typebot blocks and more specifically their documentation through the "Help" button that appears when hovering over a block, it appears that some blocks point to the "Welcome" homepage of the Docs, even when some have a dedicated Documentation page, like the OpenAI block, which should point to this page instead.

I haven't listed all blocks that don't point to their Docs page, but we could investigate.

Here's a small reproduction video below:
6 comments
B
A
I wanted to try having an "Initialization" group where I create and set all of the variables I'll later need in the flow. However, using the Set variable blocks with Custom and Text as its value stops the flow from executing completely.

As you can see on the attached screenshot, I put a Text Bubble that says "Hi" before initialization, which displays when previewing the bot, but the Text Bubble that says "variables initialized" (or anything that comes after) is never executed.

I suspect this is a bug with the Set variable block that might break the flow's execution.
4 comments
B
m
A