sullivan.mrr
TTypebot
•Created by sullivan.mrr on 4/25/2025 in #help-and-questions
Issue Accessing Bot Analytics Despite Premium Subscription
Hello,
I'm currently experiencing an issue when trying to access the analytics section of my bot. Even though I have an active premium subscription, I'm getting the following error message:
"Application error: a client-side exception has occurred (see the browser console for more information)."
This error appears consistently across multiple devices and browsers, which makes me think the issue is not on our side.
Could you please look into this?
Thank you in advance,
2 replies
TTypebot
•Created by sullivan.mrr on 4/10/2025 in #help-and-questions
Is it possible to import only one flow from an existing Typebot?
That means modifying only the flow without losing the results, parameters, etc.
5 replies
TTypebot
•Created by sullivan.mrr on 3/31/2025 in #help-and-questions
Help loops Items Per Page
Hello,
I made an API call and got a response with a variable allAds containing 5 items and a variable adsTotalItems with the number 5:
I managed to loop through the 5 items, but now I want to implement a system for items per page. How could I do this? I have a variable itemsPerPage set to 2, so I want to display only 2 items with an option (yes/no) to show the next 2 items from allAds and the next 1 item to make it 5 in total.
Is it possible to do this?
3 replies
TTypebot
•Created by sullivan.mrr on 3/24/2025 in #help-and-questions
How to return multiple cities from the API and set a variable with the INSEE code when a city label
I made an API call to https://api-adresse.data.gouv.fr/search/. I would like to return x cities and when I click on one, it should set a variable with the INSEE code instead of the label displayed on the button. Is it possible to do this?
7 replies