passing variables between projects in Captivate 2017
This method used to work in Captivate 9, but try as I might, I can't get the following simple javascript to pass variables between projects in 2017. Any ideas? Something I could be doing wrong?
Project A:
window.localStorage.setItem('varname', window.cpAPIInterface.getVariableValue("varname"));
Project B:
window.cpAPIInterface.setVariableValue("varname", window.localStorage.getItem('varname'));
Any ideas why it wouldn't work in 2017?
