Forum Discussion
Configure Properties sidebar
Sebastian8008 This is not possible using SharePoint default functionality. You cannot show another column while selecting in value in dropdown.
You can show the additional date fields from lookup settings, but date value will be shown in library view only after selecting the value in dropdown (which end users will not like this).
Workaround: Customize library form using Power apps, use combo box control for showing lookup column values. You can set DisplayFields property of combo box control like ["MyFirstColumn", "MySecondColumn"] to display multiple columns in combo box dropdown.
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.