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 / Sharepoint Custom Form...
Power Apps
Answered

Sharepoint Custom Form Dependent drop down blank

(0) ShareShare
ReportReport
Posted on by 51

I have a series of dependent drop downdown and comboboxes.  Everything appears to be working, except the final combobox appears to show the list, but it appears blank, i.e. white text on a white background.  Here is Items field:

 

Filter(Locations, Region_Choice = CustRegionValue.Selected.Result)

 

I have a sharepoint list that is being used to show which locations are assigned to which region.

The result below should be that if I choose APAC for the Region, it shows Asian countries and If I choose EMEA, it shows European countries.  As you can see from the screenshots, the list changes in length depending on the region, but everything is "blank".  

 

Marke525_0-1611619415891.png

 

Marke525_1-1611619445782.png

 

I've checked the colors, the background is white, the text is black.  There are no errors.  If I change the items in the lookup list, the length of the Customer location field changes.

 

By contrast, This code:  Distinct(Filter(Locations, Title = CustCoValue.Selected.Value), Region_Choice)  works to give me a different set of region choices based on the "title" choice.  I've tried adding "Distinct" to this code: Filter(Locations, Region_Choice = CustRegionValue.Selected.Result), but the "blank" results are the same.

 

Any suggestions?

 

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,380 Most Valuable Professional on at

    Hi @Marke525 ,

    Assuming Region_Choice is a Choice field, this should work

    Filter(
     Locations, 
     Region_Choice.Value = CustRegionValue.Selected.Result
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Marke525 Profile Picture
    51 on at

    Warren,

     

    Thanks for the quick reply and the suggestion.  I tried that change and it gives me an "invalid use of "." " error.

     

    Region_Choice is a column in the lookup list (called "Locations") to assign the location to the region:

     

    Marke525_0-1611621674655.png

     

     

     

     

  • Verified answer
    WarrenBelz Profile Picture
    156,380 Most Valuable Professional on at

    @Marke525 ,

    So is Region_Choice a Choice Field or a Lookup Field? I am assuming Lookup if that code did not work. If so, try this

    Filter(
     AddColumns(
     Locations,
     "Region", 
     Region_Choice.Value
     ),
     Region = CustRegionValue.Selected.Result
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • WarrenBelz Profile Picture
    156,380 Most Valuable Professional on at

    Hi @Marke525 ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Marke525 Profile Picture
    51 on at

    Thanks for checking in, unfortunately none of the proposed solutions have resolved the problem.  At the moment I'm just not going to filter the list.  I'm still completely puzzled as to why I have one lookup that works perfectly fine, but if I try to create a different lookup with the exact same method, it doesn't work.  That just doesn't make sense to me.

  • Evelyn-Jiang Profile Picture
    21 on at

    I have met the same problem, Does anyone have a solution yet?

  • WarrenBelz Profile Picture
    156,380 Most Valuable Professional on at

    @Evelyn-Jiang ,

    Stop using Lookup columns is probably the best solution (I have not used them for many years) - AddColumns is subject to Delegation limits, so the solution will not work on larger lists.

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
WarrenBelz Profile Picture

WarrenBelz 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard