save item id
Posted: Tue Oct 01, 2013 9:01 am
the service is "call_fav_taxi"
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
the service is "call_fav_taxi"
Can I get some info on this subject please
Hi Michael,
Your mapping is for an array of values (there is a link from $ to a grid) and you're probably trying to write 'id' in a component outside the grid. This can't be done, because it is equivalent to saving an array in 1 element.
You should either move the item to the Grid, or save the value in localStorage.
Thanks for the reply Katya,
thankyou, Sorted!