Share feedback, ideas and get community help

Updated 12 months ago

The first name does not appear using the Typebot code + Configuration to pause the flow

Hi everyone, how are you?
I'm starting my first project on Typebot, and I'm really enjoying it 🙂

I have two questions:

  1. When I use the code to display only the first name:
{{Full name}}.split(' ')[0]

It returns with part of the code instead of the name: .split(' ')[0]
There's an attached image showing how it looks. What could be the issue?

  1. I have a series of audio clips during the conversation, and I would like to know if there's a way to pause the flow when the person pauses the audio.
Thanks a lot.
Attachments
F1.jpg
F2.jpg
B
L
4 comments
Glad you enjoy 🙂
Your code should be {{Nome}}.split(' ')[0] instead of {{Full name}}.split(' ')[0] as {{Full name}} does not seem to be defined?
I have a series of audio clips during the conversation, and I would like to know if there's a way to pause the flow when the person pauses the audio.

Unfortunately, no way to do that :/
Wow, now I understand the mistake... 🤦‍♀️
Thank you so much, Baptiste!
Add a reply
Sign up and join the conversation on Discord