Share feedback, ideas and get community help

Home
Members
Anthony
A
Anthony
Offline, last seen 1 hour ago
Joined December 11, 2024
I uploaded my desired bot background on Imgur.
When I fill the image URL manually in the Theme's Global tab Background "URL", the background is properly displayed.
However, when I use my defined variable {{bg}}, which I define as the very first block of the flow with the same exact image URL, and use {{bg}} in the Background "URL" field, it doesn't display it.
As you can see, the browser CSS thinks the actual background-image is the raw variable call.

I suspect a bug where the variable is not executed, therefore its value is never returned
5 comments
B
A
🔁 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