Hello Appery.
I have following problem. In my app i use local storage for storing several values during mapping to calculate final result and pass it to the list item element. It worked fine in previous version of appery builder (my app is already in Appstore), but now it works in different way. I get the same values in each item instead of different calculations for each item.
This is my mapping, the highlighted item is called 'EqPreview' and it should display different calculations for each item:
This is the code I run while mapping 'EqPreview' element. You can see it uses local storage values to calculate final result and pass it to the text attribute during mapping:
This is the mapping responsible for passing value from the service to local storage '_ArtEqC_Cache'. This value is used in the script shown above.
As a result, all values (in blue boxes) are the same:
Steps to reproduce:
1) Open the app.
2) Click this double blue line control to open side panel.
3) Set the first sliding button option to 'Nie':
4) Close panel.
5) In the search box type 'Banan' and press Enter.
My app is shared with you and is called '3MC'. Can you please help me fix this issue?