Update database
Hi all
I use the API express to connect on my own Database.
In my app, user collect information that are stored in local storage.
At the end of the day, I would like to update my distant database with my local storage (it mimic excatly the distant database)
Is there a way to assign the value of my local storage to the payload required by the update service (because, I have more than 100 fields per record, so I would like to avoid manually assign each field)?
Thanks
Sylvain