Sometimes the most basic functionality seems incredibly obtuse to implement.
I have a table called 'Change Control; that has a lookup column to a table called 'Documents' with a 1:N relationship. I want to connect a document to my change control but the Document table has other columns that I want to include as well. In a SharePoint lookup you would simply select the child table columns to include in the parent table, so I use DocumentID as the lookup but include Document_FileName and Document_Version as well in the columns shown in my Change Control.
Surely there's a simply way to achieve this in Dataverse?
You can update the associated view for that particular table. Just add your column in associated view then it will be visible in lookup on another entity.
Note: Please Mark verified, if it is useful for you
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.