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 / Fill dropdown with val...
Power Apps
Unanswered

Fill dropdown with values from added column

(0) ShareShare
ReportReport
Posted on by 30

I have a dropdown where you can select your country. It's filled as follows:

 

 

Sort(Distinct(PurchaseOrderTable,Country_Column1), Ascending)

 

 

The PurchaseOrderTable is the table on the canvas. The Country column in that table is filled like this:

 

 

Sort(
 Filter(
 AddColumns(
 PurchaseOrderHeadersV2,
 "Country", 
 LookUp(
 VendorsV3, 
 VendorAccountNumber = 'Vendor account'
 ).AddressCountryRegionId
 ),
 (
 IsBlank(TextPOSearch.Text) || 
 (
 TextPOSearch.Text in 'Purchase order' || 
 TextPOSearch.Text in 'Vendor name' || 
 TextPOSearch.Text in 'Vendor account'
 )
 ) && Country = DropdownVendorsCountry_1.Selected.Result
 ),
 'Purchase order',
 Descending
)

 

 

Now there is this error on the dropdown: "Warning: The columns produced by this rule are all nested tables and/or records, however the property expects at least some columns of simple values"

 

How can I reference the Country column in the table, without having this error?

Categories:

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard