ElevenLabs audio not showing up on desktop
I have added a Elevenlabs component, it works in the Flow editor, but when accessed in the desktop url the audio player is not showing up, see https://plastibot.dilemme-plastique.ch/experience (after selecting the class, 1 minute after the start).

Fetcher not running on changing option in a custom component
Current action code:
```js
export const invoke = createAction({
name: 'Invoke',...
Unable to view Pdf in mobile app
Hello, I'm having trouble viewing PDFs in the mobile app. The integration was completed using Flutter. I can play all other audios and videos except for PDFs. Could you please assist me with this issue?

Error saving credential (Invalid discriminator value)
I created a component with the documentation command, but when I try to save the authentication it returns the error:
"Invalid discriminator value. Expected 'openai' | 'zemantic-ai' | 'chat-node' | 'dify-ai' | 'mistral' | 'elevenlabs' | 'anthropic' | 'together-ai' | 'open-router '"...

not working in appview within my android app
Typebot is not working in appview within my android app, it just comes up with a wallpaper and then a blank screen without the bot working. It's wordpress based.
It was working fine last week, then this week it stopped working....
block forge
I need to understand how to make this function only be executed at the time of its turn in the flow, it happens that when I start a flow, this node may be there at the end, but it is executed before anything else, I am using forge that you created

[Whatsapp] - How to capture the json
There is a way to capture the json that whatsapp sent to typebot when a conversation started?
[Whatsapp] - Media
My client is sending me a image using the whatsapp. I want to get that image url, but I don't know the name of the variable that whats is sending... How can I get the media? I tried to add a File board, but it forced me to send the image twice.
tried this, but didn't worked....

Using a hyperlink to jump the flow
Is there a way to use a hyperlink text to jump to another part of the flow. For example here, if I want clicking Get Aia to jump to group #8?

The block is executing first then the others
I have added a new block with forge and I'm facing a problem. In the run function I'm using a try catch to run what I need and it's working, but, there's a problem with with depending the way I called the chat. If I use the view(attached image), the blocks are executing correctly. Instead of this, if I use the API Reference start chat(https://docs.typebot.io/api-reference/chat/start-chat) my block executes first then the others, even if it's the last one. Should I pass some paramether in t...

Append JSON to variable
How do I append values to a variable without it converting to string?
I need to have a list of json, I'm sending this to my endpoint:
```JSON
{
"input": {...
Automatically determine today's date
Hello could you please help me?
How can my assistant automatically determine today's date?...
Override Value of a {{Variable}}
Hi Guys:
how to override the value of a {{Variable}}?
This is my (stupid) script.
The {{Test}} variable is not updated, but when i output it in console it is :-/.
What i'm doing wrong?...
High Response Time for startChat API in Self-Hosted TypeBot on Vercel
I have a self-hosted TypeBot instance on Vercel, connected to a MySQL database. When I click on the chat bubbles, there's a noticeable delay in response time, sometimes taking 15 to 16 seconds for the initial load. The bottleneck seems to be with the
startChat
API. How can I reduce this delay?OpenAI Assistant help
Hi Type Bot Community!
I need a bit of help with the OpenAI Assistant settings in the simple typebot template. I have configured my OpenAI account, and it sees my assistant, but when I test the integration, it doesn't seem to be aware of the files that I have uploaded to the assistant.
Effectively I need to be able to pass in a block like the following:...

Change "Invalid message"
How to change the "Invalid message" by some custom message when user tries to give invalid data
AI Dialogue "greater than" condition
In the "lead Gen with AI" template we have this conditional on the AI Dialogue variable being greater than 5. But greater than 5 "what"?
Initially I thought it would be greater than 5 questions in a row asked by the AI, but on the third question the flow has already ended. I want to understand the logic in this template please...

openkey credentials as variable
Hi there! Is it possible to set openai key and assistant key on variables of typebot?