Forum Discussion
ErikEastland-b9
4 years agoCommunity Member
Java Script Help: Exporting Variables from Storyline to Excel using Power Automate
Hey all,
I am aiming to use Javascript and Microsoft Power Automate to export variables from Storyline into Excel.
I've been using this video to get me started -> https://www.youtube.com/watch?v...
ErikEastland-b9
4 years agoCommunity Member
Problem solved! I assumed that the "Numeric Entry" input would produce an integer variable, but java was picking up the variable as a string.
After changing the schema in Power Automate from integer to string for that variable, it worked flawlessly!
Edit: Use 'number' instead of 'integer' if your variable could be a decimal