Forum Discussion
name of user/group-field is displayed incorrectly: i:0=.f|membership|email address removed for privacy reasons
- Feb 14, 2024
PeB2071 Are you using SharePoint default form or Power Apps customized form?
If SharePoint default form, change the column settings like this:
If you are using Power Apps customized form with drop down / combo box control, you have to set the "display field" in control properly as per the control you are using.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
What was the value you put into DisplayFields to get what you wanted?
You have to select DisplayName for DisplayFields property of the combo box control in Power Apps.
If you are setting it using formula bar, use like:
["DisplayName"]
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.