I'm creating an inspection survey, that includes a feature class with the assets (it only has 4 points that correspond to the assets), and a related table for the inspections. I'm fairly sure the relationship is setup correctly because when I use the URL scheme, where Survey123 launches from Field Maps, I am able to collect data as I intend to.
My problem is that I would prefer my users to only have to access Survey123. I would like them to be able to choose an asset and then fill out the form. Currently when I do this, it adds a field to the relate, but it is not actually related to one of the assets.
I'm currently using the appearance field to search the feature class to populate the asset list, which seems to work fine, but doesn't relate the record. From reading various posts, seems like I'm missing the link to the parent global ID, but I'm unclear on how to do that correctly. I have a Parent GUID field in my inspection form, but no reference to the Parent Global ID. Do I need to do a pulldata() or search() on that?
Any guidance would be appreciated.