Hello,
I need some know-how, cause I have a huge problem in making my app logically correct.
I have a gallery with collection as data source. In this gallery I created inputboxes that you can input data in. Creating new gallery item - add new input fields that can be filled (commend collect).
When user finish adding all data he patch it to Sharepoint list.
This work on paper brilliantly, but the problem is that I want users to view this data from gallery anytime they want, and also modify it.
My app is for PC also so collection is dumped each log off.
I have no idea how to show this gallery with collection after app is reloaded. It is just empty.
My users can save data 24/7 and this patching to Sharepoint is just a step, cause at the end of the data each person has to click close session that patch once more and block adding new entries.
Is there a way to reload collection with data from Sharepoint list?
Or should I delete this gallery with collection and gallery with sharepoint list?
But how will I add new tasks to this gallery. In collection I use Collect and new item just appears...