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 / Cascading Dropdowns ch...
Power Apps
Unanswered

Cascading Dropdowns choices retrieve a Text Column Value

(0) ShareShare
ReportReport
Posted on by 4

I have a SPO List containing 4 columns. 3 are Choice columns and one is a Single Line of Text column as below

 

Portfolio (Choice)Program (Choice)Role (Choice)RoleCode (Text)
Corporate ServicesHuman ResourcesEmployeeCSHREMP
Corporate ServicesHuman ResourcesManagerCSHRMGR
Corporate ServicesInformation ManagementEmployee

CSIMEMP

 

In my App I have 3 cascading dropdowns to select a Portfolio (ddPortfolio), then Program (filtered on Portfolio - ddProgram), then Role (filtered on Program - ddRole). My cascading options are working fine.

 

I would like a label in the app to display the corresponding RoleCode based on the dropdown choices. I am at a loss to figure out how to go about this as I cannot use the Selected.Value of the ddRole given the result resolves as something that exists multiple times in the list (i.e. "Employee").  Am being too ambitious ?

 

Thankyou in advance.

 

Anthony

Categories:
  • eka24 Profile Picture
    20,925 on at

    Consider this:

    LookUp(Datasource,Role = ddRole.Selected.Value,RoleCode )

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

     

  • criscles Profile Picture
    4 on at

    @eka24 Datasource,Role and RoleCode are incompatible types as Role is Choice (Record) column and RoleCode is Text.

  • eka24 Profile Picture
    20,925 on at

    Please what formula do you have on the dropdown?

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • criscles Profile Picture
    4 on at

    @eka24 

    In my Portfolio dropdown (ddPortfolio) - Items > Choices('Network-Access-Profile-Roles'.Portfolio)

     

    In my Program dropdown (ddProgram) - Items >  Filter(Choices('Network-Access-Profile-Roles'.Program), Value in Filter(AddColumns('Network-Access-Profile-Roles',"R1",Program.Value),Portfolio.Value=ddPortfolio.Selected.Value).R1)

     

    In my Role dropdown (ddRole) - Items > Filter(Choices('Network-Access-Profile-Roles'.Role), Value in Filter(AddColumns('Network-Access-Profile-Roles',"R2",Role.Value),Program.Value=ddProgram.Selected.Value).R2)

     

    Appreciate your assistance. Thanks

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