We are trying to build the logic for the user to perform a bulk upload of records in the user’s on-device storage table we created and to POST these records to our database.
While we manually test it, we have a button the user can click, and it must push all records in a table to the cloud. It’s easy enough to GET and POST individual records as you create them, but we want the user to be able to bulk upload his records if he has been offline for some time and has created a number of records locally.
How do we go about achieving this? Please let me know if you need more information.