Share feedback, ideas and get community help

D
F
M
a
g
Members
tgdn.
t
tgdn.
Offline, last seen last month
Joined September 13, 2024
Is is possible to wait between requests? As described in the docs, since all blocks are computed on the server one after the other, then I can't actually do that I guess?
Thanks!
5 comments
B
t
F
Right now when the placeholder attribute is empty, a default placeholder is set in English.
My user base is French and my typebot has a lot of steps, how can I change the default placeholder value without having to set a default value on every single input?
Thanks
3 comments
B
The insert new row of Google Sheets overwrites previous row
10 comments
B
t
I have quite a lot of nodes and about 40 variables, is it possible to view currently set variables while testing?
Thanks!
3 comments
B
I'm creating a flow asking about information to a borrower and a co-borrower.
The questions are the same for both. The way around this today is duplicating and updating each step two or three times based on the number of borrowers, which is quite tedious since each variable is different and needs to be updated for each step.

Any ideas? Thanks!

The result would look something like this
Plain Text
{
  "borrower.name": "John Doe",
  "borrower.email": "[email protected]",
  "borrower.phone": "1234567890",
  "coBorrower.name": "Jane Doe",
  "coBorrower.email": "[email protected]",
  "coBorrower.phone": "1234567890"
}
3 comments
t
B
How to specify a max length for text fields?
1 comment
W
This doesn't work. No error message, no warning. It accepts the input, but when you reload the page the link has disappeared.
How to make a clickable link from a URL stored in a variable?
5 comments
B
M
t