I have a point layer with a SiteID field linked to a related table with SiteKey (similar setup to the ESRI Hydrant Inspection tutorial). For each point there are multiple rows in the related table ("1:M"; e.g. hydrants and inspection records). I can't figure out how to use FeatureSetByRelationshipName (or another function?) to simply pull a number from the parent point layer into each inspection record. I have a constant in the point attribute table (different for each point) that I need to use in an expression when recording new records in the related table. I keep getting the objectID along with the value I want which won't populate an integer field.