Rowan
Posts: 0
Joined: Fri Jun 05, 2015 1:18 pm

Batch POST

I have a requirement where I may need to store values when the network(Internet) is not available and then post(REST) them once the network is available. So 2 questions:

  1. What is the best way to store multiple values chosen by user?

  2. How to POST them in a batch? (Is this possible or do I keep looping each set of values and call the REST?)

    thks,

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Batch POST

Hello,

1) You can use storage varialbes for that: https://devcenter.appery.io/documenta...

Or local DB (SQLite) if you need store a lot of data: https://devcenter.appery.io/tutorials...

2) Please use mapping for that: https://devcenter.appery.io/documenta...

Return to “Issues”