Hi There,
I am a really struggling to find help on this, and I'm sure there must be a solution, any help would be most appreciated!
Scenario:
I have created a basic app which displays Excel data as multiple records (rows) within a Browse Gallery, some basic identifying columns (datacards) are shown. Each of these records can be selected to open up a Details Form Screen with other columns that are visible. I also have the option to open an Edit Form Screen, to change some values and when I click "Submit" that data is passed back into Excel, and the columns are adjusted accordingly with my values. Fine...
Into this Edit Form Screen, I have added an Add Picture control, which adds pictures to a Collection, and created a gallery in the Details Form Screen, which shows the pictures I have uploaded. However, the same pictures appear in every Details Form Screen, regardless of which record I click on. It simply shows whats in the collection. They are not 'tied' or specific to each record, in the same way text data is linked by a datacard.
What I want to achieve:
Imagine an app where I go to a specific location, open up the record for a specific stock, and am able to take some photos and record some data, which all gets turned into a complete report of that stock.
With this in mind, I would like the app to be able to open up a specific record, and using an Edit Form Screen add some pictures to that specific record.
I then need a gallery on the Details Form Screen of a specific record to show those pictures that were added to that record.
Ideally I need also to be saving those photos on a shared folder on SharePoint, with a URL recorded on a table in Excel.
Questions:
Am I missing something obvious?
Do I need to make a Collection for each record, and if so how?
Many Thanks