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 / Choices from connected...
Power Apps
Answered

Choices from connected lists are different data Types?

(0) ShareShare
ReportReport
Posted on by 6

I have a power app I am trying to build with a phone list, The field that is giving me trouble is Availability because the data set is a choice selection.

In my drop down named AvailabilitySelector I have the items set to

Choices([@'Phone List'].Availability)

 

But the filter on the gallery wont work
Filter([@'Phone List'],StartsWith(Availability,AvailabilitySelector.SelectedText.Value))

I have tried to manually input the text in the drop downs and I have even tried a simple text search bar

 

How to I filter down the linked datas' multiple choice selector ?

or do I need to put a calculated text column on the list to display the value instead?

 

Categories:
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @RiverPratt 

    Please consider changing your Formula to the following:

    Filter('Phone List', Availability.Value = AvailabilitySelector.Selected.Value)

    Avoid using the SelectedText property on controls as it has been deprecated. 

     

    Choice columns are made of records.  So trying to compare a record (Availability) to a Text value is not valid.  In the above, you are comparing the Value column of the Availability record (which will be text) to the text value selected.

     

    I hope this is helpful for you.

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 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard