I'm trying to create an on select that navigates to an EditScreen1 where the List item (BrowseGallery1 in the app) being edited is determined by a variable. The variable is generated via the ReadNFC function (resulting in varMYNFCTag.Text). Unfortunately, I cannot seem to figure out how to do this.


Scanning the NFC on the inspection screen populates an equipment serial number (Label1), the other three labels are populated via lookup. If any of the data is incorrect I want the user to be able to select the "Edit Record" button and be taken to the edit inventory screen for the corresponding serialized item. To add a complication to this, the serial number may not yet exist in the Microsoft List because it is a new item and needs assigned. Thus a new entry needs to be recorded.
Any direction or guidance would be wonderful!