Error new version in databse
hello everyone,
This morning i'mne doing some changes on a bot and i've some problems about mail google sheet and stripe that i do not have before.
I see a message pop up that inform me about a new version in database
Can be the problem?
thank you...
Sheets: To add a new row if value does not exist
Hi @Baptiste...
How can we check if {data} exists in a specific column?
If exists = update row...

Jump to flow at specific time
Hello! I’m have an existing typebot already, and I want to check, is it possible for the entire typebot flow to kind of “end” and jump to a specific flow at a specific time (like 6pm) for example?
Blank spaces (CSS)
Hey,
Anyone knows if there is a way to fix this using CSS?
Basically if the text takes more than two lines the width = max-width
But that also happens when a word gets pushed to the next line leaving an empty space to the right!...

Send to human using (crisp)
Hello, Good morning from Brazil
I need to build a solution that send the user to talk to a human based on the flow. Our agents use crisp. Does anyone know a way to hand off the conversation to a human?...
New dynamic buttons not working
If I create new dynamic buttons then do not work but old ones still work.
User Field Integration with dify.ai and Typebot
Hi,
I am integrating dify.ai and need to enter the "User" field, which is essentially the user's email. I am using Typebot with dify for a website where users can ask questions without logging in or providing any user details. Could you please advise what should be entered in this case?
Thank you!...

Typebot form fields not showing in zapier test data
I have a typebot setup with zappier. Now the zappier block is setup the very end of the typebot
Now when i am getting test data from typebot in zappier, i am not getting data for some of the fields.
I want to recieve all the fields or blocks that are in the typebot. ...
Inline variable formatting not working with latest update.
Hi, did you by any chance change the way inline variable formatting code is interpreted. It was working fine, till the latest update.
I had this code: {{={{MainInfo1}}.replace(/\n/g, '<br><br>').replace(/<strong>(.*?)</strong>/gi, '$1')=}}
It was working fine before. MainInfo1 (for example) contains the following content: "<strong>The symptoms of travel sickness:</strong>\n• Nausea\n• Vomiting\n• Yawning\n• Rapid, deep breathing (hyperventilating)\n• Looking pale\n• Sweating\n• Producing more saliva than usual" which is fetched by a HTTP Get Request. ...

Change input class text to number
Hi,
Is it possible to change a form input to only accept numbers, so that when clicked on a cellphone, it only shows the numeric keyboard?...

Whatsapp media upload not stored
When a user uploads media (image, video, etc) it is not uploaded in the same way as with the web version of the bot. As such whatever is uploaded from Whatsapp is not saved and therefore cannot be used in the bot. Is this to be expected?
Google Sheet insert row bellow
This is my google sheet:
I have a formula pre filled on this sheet
When typebot save the answers/result starts saving on the row bellow ...

Counter
I want to set up a counter, which goes from 0 to 7, where each number represents a salesperson's number. So whenever someone starts chatting, they receive the number of the salesperson where the accountant is, so the customers will always be divided equally between the 7 salespeople, I started programming college last semester but I haven't seen anything about JS yet, so I'm very confused. how to do this.
Can't preview bots and error 500 after sharing
Hello team. I've just started with TypeBot and I'm already having problems on my server. I can't test my bots (look at the screenshot) and when I share them, no one can open them and start a conversation. I have a 500 error. I added the Log file (maybe it can help). Thank you 🙏🏾

Need help with typebot scripts
setVariable({{console_log}}, 'Console Log')
const accessTokens = {
'hussan.hussain@maqsad.io': 'token'
};...
Incoming Webhook
Hi @Baptiste, do we have a webhook module where we can send data to typebot? Not a HTTP request.
Format Date: weekdays
How can I format a date to show the weekday?
I used a formatting token that is on library (https://date-fns.org/v3.6.0/docs/format) as you can see in the picture attached, but the output was the formula set:
format(new Date(2024-05-22T16:53:03.682Z), 'EEEE')...

Set max time for user on typebot
Hello
I need to set a maximum time for the user answer the questions. 5 minutes for example.
If the user cross this limit I will save save his/her section and a Boolean variable true if he crossed the limit or false if he doesn’t in a column called “time” for example...
Transform variables into Hash via server (without executing on the client)
Hello,
With the following code (as shown below), I managed to transform a variable into a hash. However, this code only works on the client side. I would like to know a way to execute it on the server, without relying on the client. Thank you very much.
...