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...
NormanLamont
10 years agoCommunity Member
Success!
This time I overwrote the function which probably explains why it works now. I must have had function calls within a function call previously.
I'm finding it works - and I'm delighted and grateful - but when I hit the send button I get a popup saying [object][object] Does anyone know how to get rid of that? Is it maybe caused by this line in the Storyline script?
success: function(data)
{
alert(data);
}