There are many many times when I have a collection of one thing that I’m working with and I need to link off from data in the list to a screen. I want to use the underlying relationship object to send to the screen instead of the object in the collection. For my specific instance I have a message collection. Messages come from other users. In my Message List I want to link the “From User” relationship back to a user profile screen. I can’t do that now because it forces the “Message” data element to be passed to the profile screen, breaking the profile screen for other uses. If I could just select the “From User” relationship object inside the message as the thing to be passed in the link all would be good!