Skip to main content

Notifications

Power Apps - Building 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:
  • RandyHayes Profile Picture
    RandyHayes 76,287 on at
    Re: Component Table Screen Value

    @Anonymous 

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

  • Re: Component Table Screen Value

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

  • Verified answer
    RandyHayes Profile Picture
    RandyHayes 76,287 on at
    Re: Component Table Screen Value

    @Anonymous 

    You are missing a comma in your formula!

    Table(
     {ScreenID:1,
     ScreenText:"Home",
     ScreenIcon: Icon.Home, //comma was missing here!
     ScreenValue: App.ActiveScreen
     }
    )
  • Re: Component Table Screen Value

    "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
    RandyHayes 76,287 on at
    Re: Component Table Screen Value

    @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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,666

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,996

Leaderboard