Help with displaying data from relationship

I have a list of items which can be assigned to a particular user, the dropdown has all user choices, once one is selected you click save - this related the list item us a user via relationship.

Above that I have “Assigned to: {whoever it is assigned to’s first name (magic text)}”

The issue im having is, if I select “Unassigned” in the dropdown which is the default option, this does remove that user’s relationship in the database which it should but for some reason, which ever user’s first name it was assigned to last stays there even though there is now no related user?

How can I make this blank as it should be?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.