Thanks for your reply Alene .
Perhaps I can get what I want in a different way too. I've tried to map this array to one of my databases in appery .
But only the first object enters the database.
Is there an easy way to get an array to be insertet into the database, one row for each "car" in the database. I have tried the mapping, but only one row got insertet.
Maybe a loop that returns a new database row for each "car" from my array? If so, where to write this js code with the loop, in the "custom js" in the mapping window, or as a javascript (event) trigged by e.g click on button?
A little explanation to the concept of the app:
The app works like a kind of todo app, but it works completely offline, and "todo" items are stored in an array, locally. When the list is complete , the app need the possibility to save the result into a database or sent to external service. In one single click.