Polymorphic Owners and field references
{!sobj_LoopedAccount.Owner.Email} is the right format but it returns null
when I put it on a screen it works fine
but in my scheduled flow it doesnt
ah nm I figured it out lol {!sobj_LoopedAccount.Owner.Email} is right.
BUT
{!sobj_LoopedAccount.Owner:User.Email} is what you want with polymorphic owners, like Cases
Even more succint: when following a polymorphic relationship, you should always specify which relationship type you are following.
1 Comment
@windyo Did you mean "succinct" in the last line?
Also thank you for this it helped me with a class I'm working on right now.