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 / Nested Columns in a Sh...
Power Apps
Unanswered

Nested Columns in a Sharepoint List

(0) ShareShare
ReportReport
Posted on by

I have a Yes/ No Column named Fruit in a Sharepoint List. I want to have a nested column under Fruit so that if someone selects Yes there is an additional column that gives two choices: Strawberry or Banana. Like this:

 

List Name: Classifying Food

 

Fruit

    Yes

         Strawberry

         Banana

   No

 

How do I do this in a SharePoint list?

This my first-time using Power Apps so a very detailed step by step instruction would be very helpful. 

Categories:
I have the same question (0)
  • BCLS776 Profile Picture
    8,994 Moderator on at

    You don't "nest" the columns in a List per se. For something like a descriptor, you can add a column to your List (perhaps called Food Descriptor?) and then conditionally show that in your app using the Visible property on a control.

     

    For example, in your app if you have a dropdown is Yes/No for Fruit, you could access its selected value through

    ddFruit.Selected.Value

    and then use logical expressions on the Visible property of another dropdown to pick the kind of fruit:

    ddFruit.Selected.Value = "Yes" //or
    ddFruit.Selected.Value // if the dropdown is producing a true/false value

     Then the second dropdown will appear for the users to interact with

     

    Make sense?

    Bryan

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard