Page 1 of 1
Mapping Bug in appery.io
Posted: Wed Oct 29, 2014 9:26 am
by Ali Mahmoudi
Hi
Recently there is a mapping bug in my app and I can not map the $ to array in local storage. It's funny because I did that before with another local storage variable and I do the same with the new one and it won't allow me to do it and also if I remove the path from my previous local storage also doesn't allow me to do the same move again
can someone please check the issue ASAP?
Mapping Bug in appery.io
Posted: Wed Oct 29, 2014 10:31 am
by Maryna Brodina
Hello!
Looks like a bug, I'll report it.
As a workaround please try the following - save variable value to the storage variable using JS code on success event. For example this way preApperyio.storage.ibclients.set(data);/preHere is more information http://devcenter.appery.io/documentat...
Mapping Bug in appery.io
Posted: Wed Oct 29, 2014 11:32 am
by Ali Mahmoudi
Mapping Bug in appery.io
Posted: Thu Oct 30, 2014 8:39 am
by Ali Mahmoudi
for now I used a work around this problem only happen when we have array inside array structure so you can put it like object in array do the mapping and then change the structure to array to array and mapping stay as before so the problem it will solve is not the best way to do it but for now it works.
Mapping Bug in appery.io
Posted: Thu Oct 30, 2014 2:27 pm
by Maryna Brodina
Hello!
You can retrieve all the service response on success event in data variable from where you can save data in storage variable.