Hi. I was wondering what the general best practice is for data collection. I have been using submitform or patch to send data but I was wondering if it would be more efficient to use a collection instead. Here are my thoughts
- Collections use local data so submissions are much faster
- Collections are local so everything can be done without internet
- You only need internet for a little bit to send everything off without issues of data not getting sent because of bad reception
Do you guys mostly use collections due to the above reasons (or others) or do most people use patch like I have been doing?

Report
All responses (
Answers (