POST all records in on-device storage to DB (bulk upload of rows, looping through all rows)

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.

1 Like

I have same problem… any update?

Hey Alexander, yes we resolved it. We built a logic loop, I will share screenshots. Just respond here to remind me please!

Thanks! Hope to learn about it.