I ran into one challenge where I couldn't get any of Storyline's built-in variables to pass to Google Sheets (probably bad js code on my side). In my case, the variable was Results.ScorePercent
But, I created a custom variable and assigned it the value of Results.ScorePercent. I then added that Custom Variable to my js and THAT passed to Google no problem.
This was a lifesaver. Thank you!
Reply
Posted on 6/13/2022
Please type your reply.
@support
Sounds like a great way to tackle this, thanks for sharing!