user
@deepakmohite
Save and Retrieve value from particular column/Row
How to save value in from row 1/ column 1 so on............Column1 Row 2
and get particular Column/ Row Value?

Like Column1/ Row3 ......A1,A2,A3 etc.
reply
Reply
user
@support
To save data, you will use a javascript function: SheetsSet('column header', 'value');
For example, to add text "hello" to the column Test, you will call a javascript trigger SheetsSet('Test', 'hello');

By default, each user gets their own row which is assigned automatically, but you can override the assigned row number by adjusting the variable stencilsheetstoken in Storyline (set it to the row number you want to work with).
reply
Reply