Name of user who answered a question

(Pavel Kuligin) #1

Hi! I try to collect the Name of user who answered a question (Ask a question module).
How can I do that?
Flow:

1 Like
(Marc Louie Cabigas) #2

You can collect it using {{for_example.parsed_answer}}

and use it in next action like for eg.

Action1: What is your name?
User: Marc
Action2: Thank you Marc.

1 Like
(Daniel Beckett) #3

Depending on the platform that the bot is on, i.e. Facebook Messenger, Telegram etc. you can also use the username as an output. :slight_smile: