This should be handy someday. Thx a lot ;)
▒ Android 4.2.2 @ Google neXus4™ ▒
I saw a couple of blog posts about how to do this using Tasker. Unfortunately, the Forms have since changed their ways to hide the formkey, and the URL that you get is different. I figured out how to get this working using the new forms versionExample - you make a form with 3 questions that are all Text input and the URL that you get is:Change it to:Use Chrome's element inspector (right click page) to find the textbox IDs. example for 3 text boxes:entry.180688430entry.319875373entry.515205668Create a new task in tasker - Net - HTTP PostServer:PortPathforms/d/2gQEDNPO8Gb889Obt-qJ0HlK80vQajFUtRjnp_CB0_A/formResponseData / Fileentry.180688430=%VAR1entry.319875373=%VAR2entry.515205668=%VAR3Don't touch anything else for the task. %HTTPR should return 200 if done successfully. Your spreadsheet will now update with your tasker collected data :) I'm sure that you can figure out an innovative use for this given the power of Google Spreadsheets.--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks Patrick - I've tried this but failed to get any data written to my Google Drive spreadsheet.I've used %BATT as the variable to populate each time at this point - I'm just trying to prove the passing of data to the spreadsheet first.To confirm my steps:1. setup google spreadsheet with form inputting 3 TEXT fields2. captured the textbox IDs and form ID from the URL3. populated tasker with correct server:port, path and data/file variable as above.Any pointers on where might be going wrong? I have triple checked everything.Thanksscott