Announcements
i m stuck in solution where i am unable to get the data from dataverse table Column which is a lookup of contact entity into the dropdown.
i m trying this DataverseTableName.ColumnName which should technically work, but its not working.
Hi @Syed_Ahmad ,
What type of field is your "Request Submitter". Not sure if this is something like an Owner field in Dataverse where it could be a team or a user. It might not be able to reference through the value because it could be a Team or a SystemUser value.
Example, just doing this on the Account entity against the Owner, I had to do the following to display the full name when selecting the record from the gallery (and I know in my case this is owned by a User...
Gallery1.Selected.'Owning User'.'Full Name'
Hello, @Syed_Ahmad, you have to use the function Choices()
Choices(TableName.'Request Sumitter').fullName
If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more.
I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends.
Visit my Blog: www.powerplatformplace.com
:Hi @AhmedSalih
Choices(TableName.'Request Submitter').fullName this function will give lookup values. In my case, I want 'Request Submitter' Column data. I tried this TableName.'Request Submitter'.FullName this is not working.
Hi @dpoggemann
It's a Lookup field, Lookup with Contact Entity.
I created a dropdown box and populated with Contacts.'Full Name' and this provided me all of the contact names to choose from, which I would expect is what yo are trying to do?
If you want to reference for a specific record then something like this will work (if you have a gallery and you want to view the value):
Gallery1.Selected.'Request Submitter'.'Full Name'
Maybe I am missing what you are trying to do. I did notice that you have FullName vs. 'Full Name' in your examples...
@Syed_Ahmad, If you are using Dataverse for Teams, this is a known issue in Combo Box for Teams.
Select the Combo Box control and then click the edit icon on the right pane of your screen, then select this new added field.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 525 Most Valuable Professional
Haque 273
Kalathiya 232 Super User 2026 Season 1