Skip to main content
Participant
July 13, 2017
Answered

Form Data to Spreadsheet?

  • July 13, 2017
  • 1 reply
  • 328 views

So I have a form I have created, I use it for work. It's basically a work order for every job I do, it records addresses and serial numbers and such in different fields.

I was hoping there would be a way I could add a button to export certain fields to a spreadsheet, almost a database, and each work order I do will add these fields data to the ever growing list.

So if I fill in my data and hit export it will place the serial numbers in a row in a spreadsheet, then my next work order when I hit export will add it's serial.number data to a new row on the same spreadsheet...

Possible?

Thanks

This topic has been closed for replies.
Correct answer try67

No, not really. You can export the built-in Export Data command to export the full form data to a text file, and then import it into an existing spreadsheet/database, or you can use a script to export just some of the fields to a text file.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
July 13, 2017

No, not really. You can export the built-in Export Data command to export the full form data to a text file, and then import it into an existing spreadsheet/database, or you can use a script to export just some of the fields to a text file.