Dear All,
I am trying to figure out a way to display popups in a feature class based on data available in a related table. I can use FeatureSetByRelationshipName to return a feature class, but I am very confused about how to access the specific values within the feature set. For example, I have the following table where pkida is a field related to the feature class which is a point layer. I want to program a field in the point feature class to return a specific value if pkida "1" has a savings account.

@XanderBakkerI have looked at several posts where people are trying to do similar things and you have been able to clarify things, but it is proving a bit difficult to understand. I would be grateful for any help here.