Share feedback, ideas and get community help

Home
Members
matheusmontenegro
m
matheusmontenegro
Offline, last seen 2 weeks ago
Joined September 13, 2024
Hello, everyone,

I'm experiencing a strange issue, and I could use some help. When I select only one item, Typebot automatically selects additional items randomly. I’m not sure why this is happening.

Context:
If I include item.description like this:
data.flatMap(item => { return item.name + " - R$" + item.price + (item.description ? " " + item.description : "") })
OR like this: data.flatMap(item => item.name + " - R$" + item.price + " " + item.description)
The issue persists. It doesn't behave correctly at all.

Observation:
If I remove item.description, everything works as expected. For example:
data.flatMap(item => item.name + " - R$" + item.price)

Why this happens?

I’d appreciate any insights or suggestions for debugging this!

Thanks in advance!
3 comments
m
B
Hello, everyone

Someone could please answered why this happens? The same flow does works using a web browser from computer, but doen'ts when I open via mobile browser.

Some advice to get logs about it? It's a self hosted typebot.

This audio is publicated on AWS S3 as public workspace
9 comments
m
a
y
B
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?
2 comments
B
m
Hey, all

Is it possible change the name of customDomain when it is created a typebot? Because I need to put the "null" parameter to work
17 comments
m
B
Hey all
I have already an integration to official Whatsapp API.
My question is: Can I get the number when start my bot using that integration?
1 comment
m