Forum Discussion
KateRobertson
10 years agoCommunity Member
Exporting Variables into a Google Spreadsheet
Having read this post on how to export variables to be read in a google spreadsheet, I set about trying to get this working in my project, I soon ran into problems, I just could not get it to work a...
KateRobertson
10 years agoCommunity Member
Hi Norman
I am glad you have managed to get it working. Louise changed the code slightly to get rid of the popup so that section should read:
success: function(data){
console.log(data);
},
error: function(err) {
console.log('Error:', err);
}
Although, your code seems to work as well!