Ali Mahmoudi
Posts: 0
Joined: Thu Aug 28, 2014 9:57 am

Mapping Bug in appery.io

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 :D

can someone please check the issue ASAP?

Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Mapping Bug in appery.io

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...

Ali Mahmoudi
Posts: 0
Joined: Thu Aug 28, 2014 9:57 am

Mapping Bug in appery.io

Thanks Maria

Ali Mahmoudi
Posts: 0
Joined: Thu Aug 28, 2014 9:57 am

Mapping Bug in appery.io

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Mapping Bug in appery.io

Hello!

You can retrieve all the service response on success event in data variable from where you can save data in storage variable.

Return to “Issues”