user
@stenciluser
Read data collected onto a Google sheet & fill it back into a Storyline file?
Is it possible to have a widget that allows you to read data collected onto a Google sheet & fill it back into a Storyline file?
reply
Reply
user
@support
The quickest way to do this is to update the value of stencilsheetstoken and iterate through all records. Basically, whatever row number you have in stencilsheetstoken that's the row number that the SheetsGet() function will read from. I hope this helps.
reply
Reply
user
@chetankataria1
Unable to read data from google sheet. could you please share the javascript code for storyline with a definer cell number?
reply
Reply
user
@support
You access Sheets data by column name, not cell.


Replace column header with the column you wish to read.
Replace variable with the name of a Storyline variable that will receive the data.


If the current user hasn't saved anything in the column you're checking, the response will be blank.
reply
Reply
user
@chetankataria1
Not working for me...need your help
reply
Reply
user
@support
Feel free to post a link to the .story file here, I'll take a look.
reply
Reply