Send .txt file with the data to the server or to Google drive

(Sasha Elisov) #1

Hello!
Help me!
I want to send .txt file with the data to the server or to Google drive for example:
Date: {{ask_for_the_date.parsed_answer}}
Adult Tickets: {{ask_how_many_adult_tickets.parsed_answer}}
Child Tickets: {{ask_how_many_child_tickets.parsed_answer}}
Bot User Name: {{user_wants_to_buy_tickets.user_name}}
Buyer Name: {{ask_for_name.parsed_answer}}
Email Address: {{ask_for_email_address.parsed_answer}}

and all the data is stored in date.txt

(Daniel Beckett) #2

Hi Sasha,

There’s a Google Drive integration that lets you add a document. You can insert a title and then place the answers to your questions in as the content.

(Sasha Elisov) #3

thanks for the help. everything works fine.
Why document with the same name is created new? How to make all in one document?

(Daniel Beckett) #4

Unfortunately the integration doesn’t currently support updating an existing document - only adding a new one.