web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / DropDown - Is NOT disp...
Power Apps
Answered

DropDown - Is NOT displaying the Default Value.

(0) ShareShare
ReportReport
Posted on by 13

Hello All,

Thank you, for taking the time to read this post. I am struggling with the creation of an inventory for my group. 

The tool that I created uses a Gallery(list) and a Edit Form, to display my data. This is all working fine. Using Shane Young's (PowerApp) Videos I have the data updating correctly and the form for the most part functional. My issue is that either in a dropdown or label control. That I have set up to reference another table. The default value is getting lost. 

 

Connector (SQL Server)

         TBL1 - Assets 

         TBL2 - Locations

 

Common Column between the two tables is LocationID. 

 

My LookUp Statement that I have tried to use under Default for the DropDownMenu is:

 

LookUp('[dbo].[tblLocations]', LocationId=LocationId, FullName) -This formula is only returning the data from the first row in the Locations Table. It is NOT referencing the DataCards LocationID for the Asset that is being selected. 

 

I have been using the references to troubleshoot this issue: 

 

 

 

 

 

Categories:
  • Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    The issue is that you aren't referencing the control in the datacard on the form. Is the location Id on the form in a text field or drop down field? 

     

    Test Example: LookUp('[dbo].[tblLocations]', DataCardValue.Text =LocationId, FullName)

     

    Drop Down Example: LookUp('[dbo].[tblLocations]', DataCardValue.Selected.Value =LocationId, FullName)

  • campk Profile Picture
    13 on at

    Hi, 

     

    I tried the formulas you provided and they are still not working. To answer your question though. Yes, LocationID is the name on the Forum and it is pointing to the assets table locationid column. What I am trying to do is reference the locationid table back to the asset table so it shows the human readable format of the location id. So far all of my attempts have failed to do this. 

     

    Kim 

  • campk Profile Picture
    13 on at

    Here is a picture of my IF statement, that I am using to pull up the default LocationID for the Asset. 

    Formula - PowerApps.png
  • Verified answer
    campk Profile Picture
    13 on at

    So I solved this yesterday for the app that I am creating. Basically this all came down to gaining a better understanding of the LookUp formula. I am going to post this as a reference for others, just in case some one has the same issue I did. 

     

    My Answer: 

    If(Form1.Mode = FormMode.Edit, LookUp('[dbo].[tblLocations]', LocationId=ThisItem.LocationId,FullName))

     

    The videos, I linked when I posted were correct. However, the thing I struggled with which did not come across in Shane Youngs videos is the comprehession of the LookUp Formula. Here is my understanding now. 

     

    LookUp(Ref.Table, Ref.Column=SelectedColumnData, DisplayAs) = Once I figured out this was how I needed to phrase my argument things worked as they were supposed to. 

     

    Hope that this might help others that are learning PowerApps. This is a really great tool!

  • lcrubberfab Profile Picture
    4 on at

    I'm having the same issue as discussed in this dialogue from September.   I too reference Shane Young's videos many times and they have been extremely helpful.  Where I'm running into an issue is when The PowerApp form submits the selected data back to the SharePoint List, the lookup values that were populated in PowerApp do not transfer to the SP list.  The Powerapp is working great with the lookup value, but it's the transfer of that data that doesn't show.  What formulas/area do I have to focus in on to change the look?

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard