Hi,
I have built a Inspection app which has a welcome screen, a view previous inspection screen and four Edit Screens, this app has to be split up this way because the old document im digitising has several sections that could have 1 row or an unknown amount of rows. Ie please list the steps taken for inspection, it could be one or it could be 100 and each step will have an UniqueID (ill bring it all back together in PowerBi in a report)
Each Edit Screen has its own EditForm connected to its own datasource (all sharepoint lists) each source has a column called UniqueID which ties the data together,
I have built a global variable called varMode which sets the mode to either Edit, View or New.
My issue is i cannot see the previous items on the form except for the first form linked to the gallery in the view previous inspections screen ie BrowseGallery.Selected,
I believe i need to use a lookup in the Forms Item something like LookUp(AreaInspectionDetails, UniqueID = IDLabelText_4.Text)
i know i can do this because ive done it before for another company years ago, but i cant remember or find the old app.
I am able to display the first forms
I wish to use a lookup or similar in the Forms Item