web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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

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,297 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.

  • Community Power Platform Member Profile Picture
    on at

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

  • Verified answer
    RandyHayes Profile Picture
    76,297 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
    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.

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

    @Anonymous 

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

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 428

#2
WarrenBelz Profile Picture

WarrenBelz 374 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard