tgdn.
Explore posts from serversTTypebot
•Created by tgdn. on 3/19/2025 in #help-and-questions
⚠ BREAKING CHANGE: Input numbers include a comma since today
Solved thank you!
4 replies
TTypebot
•Created by tgdn. on 3/19/2025 in #help-and-questions
⚠ BREAKING CHANGE: Input numbers include a comma since today
The following commit could be the culprit: https://github.com/baptisteArno/typebot.io/commit/f515ef108ed2e5340cadfd2e01e236dfc821358a
4 replies
TTypebot
•Created by tgdn. on 3/19/2025 in #help-and-questions
⚠ BREAKING CHANGE: Input numbers include a comma since today
This is a breaking change that breaks our current paid typebot
4 replies
TTypebot
•Created by tgdn. on 7/25/2024 in #help-and-questions
How to use a URL in a variable to make a clickable link?
Can you access my typebot if I give you its ID ?
6 replies
TTypebot
•Created by tgdn. on 7/21/2024 in #help-and-questions
How to wait between requests?
So the answer is probably, it's not possible unless we put an input or a button before the request ?
4 replies
TTypebot
•Created by tgdn. on 4/4/2024 in #help-and-questions
The insert row GSheet always overwrites previous row
I left the first column blank, and every row inserted overwrote the previous one.
Could it be the implementation looking for a unique first column before inserting ?
11 replies
TTypebot
•Created by tgdn. on 4/4/2024 in #help-and-questions
The insert row GSheet always overwrites previous row
I opened a PR https://github.com/baptisteArno/typebot.io/pull/1413/commits/a0e3d76940c04b98fa8eddb4ed6f8a6e781c50b5
11 replies
TTypebot
•Created by tgdn. on 4/4/2024 in #help-and-questions
The insert row GSheet always overwrites previous row
Solved it by creating a variable
resultId
and storing it as the "ID" in the GSheet as the first column.
This could probably be part of the Docs @Baptiste ?
https://docs.typebot.io/editor/blocks/integrations/google-sheets11 replies
TTypebot
•Created by tgdn. on 4/4/2024 in #help-and-questions
The insert row GSheet always overwrites previous row
I submitted the Typebot 3 times, but only 1 submission in "Results"
11 replies
TTypebot
•Created by tgdn. on 4/4/2024 in #help-and-questions
The insert row GSheet always overwrites previous row
Not only that, but results within Typebbot are also overwritten, making it impossible to store multiple results
11 replies
TTypebot
•Created by tgdn. on 3/11/2024 in #help-and-questions
How to repeat steps multiple times and store the results in an array or in sub-variables?
An alternative but more creative solution if we had access to a list of defined variables mid-typebot in the script block:
1. Once the flow is completed, store current defined variables under a namespace variable, for example:
name
-> borrower.name
2. Jump back to the start of the flow
3. Once you reach the end of the flow, you are back at step 1, use a different namespace, for example coBorrower.name
4. Do this as many times as needed4 replies
TTypebot
•Created by tgdn. on 3/11/2024 in #help-and-questions
How to repeat steps multiple times and store the results in an array or in sub-variables?
Amazing, thanks!
4 replies