Need to create bot which collects user information

I have to collect user replies and save it in to an excel sheet

example:
Bot: Please enter your full name.
User: Gowtham
Bot:Please provide rating for my app
User: 4

I need to save user output in an excel sheet. Help me with solution

Hi @boddulurigowtham,

Create a series of entity nodes to capture user inputs. Then put a webhook node(Async) by configuring botkit. There you put all code create a xls file with desired data.

Regards,
Karthik