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 / Component Table Screen...
Power Apps
Answered

Component Table Screen Value

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am attempting to create a flyout menu to navigate my app based on "PowerApps 1000 Videos" lesson 146.

For my properties I am trying to set the screen value, but I keep getting errors.

My intent, like in the video, would be to:

  1. Insert a gallery with the component as the data source
  2. on select navigate to the screen for that component item.

Custom Property

Table(
{
ScreenID:1,
ScreenText:"Home",
ScreenIcon: Icon.Home
ScreenValue: App.ActiveScreen

}
)

 

Gallery On Select:

Navigate(ThisItem.ScreenValue, None)

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    What errors are you getting and can you describe your component a little more?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    "ScreenValue: App.ActiveScreen" is underlined in red. It says that it is expecting an operator.

     

    The component will be a list of the screens in my app from which I can select and navigate to said screen.

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

    @Anonymous 

    You are missing a comma in your formula!

    Table(
     {ScreenID:1,
     ScreenText:"Home",
     ScreenIcon: Icon.Home, //comma was missing here!
     ScreenValue: App.ActiveScreen
     }
    )
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    This was a humbling experience. Thank you for helping me out once again...

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    Sometimes it's hard to see the forest for the trees!!  Keep at it and happy to help where I can.

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 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard