OK. I sorted it out.
It seems that the mapping to storage doesn't actually populate the data into the variable and the "Set storage variable" action is required:
Hello,
I enabled this permission in the android permissions settings of the app, but is this feature supported by appery.io?
If yes, how can I load the call log and use the numbers?
Regards,
David
My bad.
I actually stored destination as a session storage, so to retrieve it in JS, I should have used
codealert(sessionStorage.getItem('destination'));/code
This doesn't work, either:
var dest = Apperyio.storage.storageVariable.get("$['destination']");
alert(dest);