I have an entity for which I have selected the checkbox to store the Owner of each object in the entity. I have a few user specializations, so the Owner could be one of 4 flavors (customer, employee, vendor, etc.). On a form, I would like to display the username of the owner if the owner is System.User and another attribute for each of the specializations. However, I am having trouble accessing the correct entity. I created a text attribute on my entity and made it a calculated attribute. But when I try to access the owner in a microflow for this calculated attribute, I can't seem to retrieve the System.User object (or any other user object).
Has anyone done anything similar? Any pointers for me?