I am attempting to get an attribute from a parent feature class into a child table using attribute rules.
I used this question as a basic. This issue that I have is that the filter does not work because the expression is not finding a value in my parent GUID which is populated by the relationship from the feature class.
Even this code does not work
var gid = $feature.parent_guid
return gid
Every other field in the table returns something. Just not the parent ID (the foreign key in the relationship). This is true if it is a true GUID or just some text (e.g. A)
Any help would be most appreciated. I am using Pro 2.9.1. It also did not work on 2.8