Page 1 of 1

Batch POST

Posted: Fri Jun 05, 2015 1:21 pm
by Rowan

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,


Batch POST

Posted: Fri Jun 05, 2015 3:02 pm
by Serhii Kulibaba

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...