Share feedback, ideas and get community help

F
M
a
g
E
Members
drippingfist
d
drippingfist
Offline, last seen last month
Joined September 13, 2024
What should the format be?

vimi.co
https://www.vimi.co


No matter what I try the bot is not found.
7 comments
B
d
Youtube videos seems to be broken.
4 comments
B
R
I get an SVG returned from an API call. Is there any way to display the SVG inside typebot as an image? Or is there a sensible middle step to get this to work?

E.g. Attached
2 comments
B
W
If I run this every day at 1am would it only return results from 00:00 - 01:00?

https://docs.typebot.io/api-reference/results/list
4 comments
B
d
.
Can I execute javascript in the set variable logic? Like:

const randomValue = Math.random() * (9.9 - 0.1) + 0.1;
console.log(randomValue);
3 comments
d
B
I have 2 questions. The results tab (submissions & analytics)

  1. Is there a way to access this database via an api? For example, to build a dashboard to display metrics to.
  1. I am using a RAG+LLM system and the user may ask several questions and the LLM will respond several times so each time the bot replies the variable {{bot_response}} is overwritten and each time the variable {{user_response}} is overwritten. Is there a way to use the typebot database to store the whole conversation? I guess I could +1 to the variable name so it would be {{bot_response_1}}, {{bot_response2}}, etc. but this doesn't seem like a good solution.
7 comments
B
d
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?
2 comments
B
d
Trying to create a new thread in chatnode using the integration but it doesn't work for me at the moment.
17 comments
d
B
I had it working briefly but now I get this message: "Invalid message. Please, try again." Is this error from whatsapp or typebot? Any advice?
14 comments
d
B
a
So for example, the first two questions are preset but I would like the user to be able to enter text in third button like text box. Is this possible?🙏
4 comments
d
T
B
I mean, in the cloud version. And if so, can you provide any more technical details (client question).
Is data sent from the bubble bot to AWS encrypted? Thanks!
1 comment
B
I get the results of the stats

Json values read: {
"totalViews": 55,
"totalStarts": 34,
"totalCompleted": 1
}

How exactly is a view counted compared to a start?
1 comment
B
When I add the {{chathistory}} variable to the send email node, the text content isn't treated as html. Is there any way to adjust this or do I have to add some intermediate process?
6 comments
d
B
The list of assistants seems to be limited to 16. I have >100. If you add more then the previously linked nodes will display the assistant ID. The issue is you can't add the assistant ID here in order to link it. Should we be able to add assistants by adding the assistant ID?
5 comments
d
B
This works well although it seems to be adding some random stuff in there as well. (if statements, array). Made a test bot - https://app.typebot.io/typebots/clvr6yp9t001p1522c33njzf9/edit - here and it stores this:

if(!2024-05-09T14:21:35.868Z User 1) return vsy18idbmekhzkzoi9wp93s09;
if(!vsy18idbmekhzkzoi9wp93s09) return [2024-05-09T14:21:35.868Z User 1];
if(!Array.isArray(vsy18idbmekhzkzoi9wp93s09)) return [vsy18idbmekhzkzoi9wp93s09, 2024-05-09T14:21:35.868Z User 1];
return (vsy18idbmekhzkzoi9wp93s09).concat(2024-05-09T14:21:35.868Z User 1);

I then use the api to list the results, which works, get the variable ID for the chathistory variable and try to retrieve the value but the api returns: not found:

{
"message": "Result not found",
"code": "NOT_FOUND",
"data": {
"code": "NOT_FOUND",
"httpStatus": 404,
"path": "results.getResult",
"zodError": null
}
}
6 comments
d
B