I'm a novice at Arcade and am struggling to get this to work, any help would be appreciated.
Setup:
Feature Class Hydrant_Data contains a field called Hydrant_ID and a GlobalID
Standalone Table Flushing_Records also contains a field called Hydrant_ID and Hydrant_ID_GUID
The table was connected to the FC through a relationship class called Hydrant_ID_Flushing_Records_Relationship, structured as One to Many and with the Origin Primary Key as the GlobalID and the Origin Foreign Key as the Hydrant_ID_GUID
How to do I pass the Hydrant_ID of the parent record to the child record?