OpenAI/Ask Assistant has stopped working
After the update on Friday 4/12/2024, the OpenAI/Ask Assistant block stopped working. I tried creating a new block and it didn't work. When running, nothing happens and no error messages are shown. Anyone else having this problem? Any suggestions on how to resolve it?
Zapier block not linking 😫
The message 'Head up to Zapier to configure this block' persists even though I've already linked it to a Zap. I have other Typebots successfully connected to Zaps, so the configuration appears to be correct.
help
hey im trying to make my first bot for some servers but i need to learn the basics first. i cant vc rn but if anyone send me a good tutorial ill be happy ty
Button stacking
Is there a way, or if not could you add the option, to display buttons one above the other.
We'd like buttons to appear stacked like they do when building the block (like in Group #3 image) rather than 'wrap' like they do currently.
Thanks...

location return code stopped working
I have a geolocation code that was working until yesterday, today it is giving an error and crashing my chat bot. what could be happening? (follow the code below)
async function obterLocalizacao() { try { const response = await fetch('https://get.geojs.io/v1/ip/geo.json'); const data = await response.json(); const cidade = data.city || "Local Desconhecido"; return cidade; } catch (error) { console.error('Erro ao obter a localização:', error); return "Local Desconhecido"; } } return await obterLocalizacao();...
Error handler
How can I stop the session and send a message when the customer is unable to follow the options menu? For example, if he makes 3 mistakes, I should end with a specific message. I would like to do this without copying and pasting several blocks unnecessarily
Pre filled fields without Persist chat
I activated the Persist chat state between sessions functionality, however, I would only like to load the previously filled fields, without the need to load the entire chat (as it was before). Is there how?
Error with PHP API
created a PHP api but the reading in typebot is giving an error. Can anyone help me?

Storing and displaying arrays returned by an API
Hi, guys.
Suppose I have the following JSON as an API return and would like to store and display (in one or more text bubbles) each sale with their respective products's prices. What's the best way to do this?
```json...
Array in api request
Im Unable to pass array through api request. No error is shown but only null are saved.
Disable Remember Session Place
Is it possible to disable Typebot remembering the place in the session without disabling Remember User? This new functionality, which is fantastic, has unexpected issues when the flow needs to always start from the beginning (but I do want the end user to be remembered).
Problem with form page scrolling
Hello!
Who could help me by suggesting a solution to this problem?
Until yesterday, the form was working normally, however, today, when accessing it via cell phone, the page does not scroll......
How to Build Multi Language bots
hi there I'm planning to build bots for my customer service, and our users are from worldwide. How can I build a muilti language bot? Or I can just build bot one by one with each languages?
Button auto force change data inside
Hi, I have a problem that the data in a buttons is auto force change to the another one.
At first i try to make a display buttons by using data in arrays ([1,2,ChatGPT,Feedback]) and try to divide into groups by using If else.
The problem is after user select "2" it auto force change data inside to ChatGPT instead, I think is is bug or something idk?...

Adding Home Button Before Input Boxes and Buttons
Hello, I'd like to include a constant "home" button positioned before every input box or button, as illustrated in the attached image. Can you assist with this?

Database Integration for Complete Chat History
Hello, I'm interested in storing the entire chat history in our database using an API. Currently, I'm only storing it after the user has rated the chat, but I'm losing data if the user closes the chat before reaching the rating stage. Can you assist me in achieving this?
How to execute the "window.location.hostname" Javascript on a TypeBot variable?
Hi,
In a bot I need to execute the Javascript "window.location.hostname". It is possible to do it in a TypeBot variable?
Thanks....
ChatGPT ask assistant - intermittent error testing in flow builder
The 'An error occurred' 'failed to send the reply' with no details pop up happens intermittently when testing from the flow builder.
Is this expected or preventable?
The published chat appears to work without issue from the webpage it's embedded in; so perhaps can just be ignored? Thanks....

Posting number to a sheet as a string cuts/eliminates any leading zeros
I am using randomly generated numbers in a google sheet to create customer/user IDs to track things. My script creates random 10 digit numbers- and it works great BUT when the number in the sheet has leading zeros, and I pull that into typebot, typebot gets it with the leading zero- then when I put it BACK in the sheet, the leading zeros get cut off by default. So it seems typebot will GET as a string but POST to the sheet as a number maybe... (or the sheet interprets it as a number...)
Then when I try to find the value in the sheet to modify row values, it is searching with the identifier with the leading zeros but in the sheet the number doesn't have leading zeros so it never finds the row. I am going to limit my range to only leave non zeros as the first number (start at 1000000000) for the range, but I still think this is kind of a bug. Not sure it needs to be addressed, but maybe an option to get the data as a string or get it is a number. What do you think Baptiste? Not a big deal if this is not a priority. Just found it and wanted to report it....
WhatsApp Integration error
Guys, anyone has already see this problem? I've make the integration with WhatsApp and published, but the bot do not receive any messages.
