I'm trying to create a one-to-many relationship class between a Feature Class and a blank Table that are both within the same GDB. The feature class is of the point variety and has GlobalIDs assigned. The table has the fields and domains all set up and is ready to be populated. It also has GlobalIDs assigned and a GUID field (Key) set up. Both datasets have a common identifier between them, the ID of the feature, which could be used in a local relate instance. Once this relationship class has been established, I will be uploading to AGOL and building field apps around it.
I have done this before with another feature class, and was able to recall all table entries of a feature by highlighting the feature, then on the menu navigating Feature Layer -> Data -> Relationship -> Related Data, which would bring up the option of choosing which table I would like to view the attributes from. I select the table from Related Data, and it opens with all related entries. All of this is in AGOL and works fantastically. This relationship class was formed on the GDB level and uploaded to AGOL with zero issues.
I have tried every configuration possible of origin and destination tables and keys (using both ID and GlobalID/GUID in differing configurations) in creating this particular Relationship Class, and when I highlight the feature (with the feature class highlighted), there is no option to open any related data using the above method. HOWEVER, if I highlight the table and then select a record, I have the option of opening the feature class under Related Data. It's almost like it's working backwards.
Hopefully it is something simple keeping this from happening. I'm still new to ArcGIS Pro, but I feel I have enough of a grasp to be genuinely puzzled by this. Thanks for reading this far, and please let me know if I need to elaborate on anything.