My user needs to be able to take a picture of the mark outs he made to a repair location. This repair location location is the parent layer in a one to many relationship and is captured by a different individual at an earlier date. However, because my user is editing existing data via the inbox, they cannot add a second picture to the repair location feature. I thought I could create a hyperlink in my form that would launch Collector to allow the inspector to take a photo and attach it to the repair location feature service. I can launch Collector using the URL parameters and open the correct map with no issues but the inspector has to select the point and go into edit mode before taking the picture (not that big a deal). I would really like to be able to launch Collector and have the map open in edit mode for the repair location so all the user has to do is take the picture and save. In order to do this, I need to provide the featureID parameter which is the global id value of the feature. I successfully hard-coded the hyperlink with a known globalid value and it works but what I really need is to get the globalid value of the inbox feature being edited. Is it possible to return the global id value of a feature in Survey123? Thanks.