Back to All

Custom Variable - to much input

Hy,

why should users take two input, in order to get their email address?
Can I put a user input into a custom variable in fewer steps?

Now it takes at least 2 inputs:

For example:
Bot statement 1: Give a number
User: 55
Bot statement 2: Thank you, write anything
User: ok
Bot statement 3: Here is your number: 55

It should take only 1 user input:

For example:
Bot statement 1: Give a number
User: 55
Bot statement 2: Thank you. Your number: 55

How can I do that?