Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Navigate and populate form

Posted on by 211

Good Afternoon,

 

I have a Sharepoint list that contains all our department vehicles and I'm attempting to build an app function to simply capture and update the SP List with the date the vehicle inspection took place.  I've built the gallery, however, I'm stuck on how to navigate to Screen3/EditForm to enter the vehicle inspection date.

 

Any help would be appreciated.

 

Shaguar357_6-1701800448687.png

 

Shaguar357_0-1701799733324.png

Shaguar357_5-1701800405109.png

 

Shaguar357_3-1701800292783.png

Shaguar357_4-1701800311534.png

 

 

 

  • Shaguar357 Profile Picture
    Shaguar357 211 on at
    Re: Navigate and populate form

    That did it.  Thank you @Geeks_D for your quick response!   

  • AqeelKhalid7 Profile Picture
    AqeelKhalid7 5 on at
    Re: Navigate and populate form

    To navigate to Screen3/EditForm to enter the vehicle inspection date, you can use the Navigate function in PowerApps. Here is a basic example of how you can achieve this:

     

    1. Add a Button to the Gallery:

    2. In your Gallery, add a button or select an existing control (like a Text or Image control) that you want to use as a button to navigate to the inspection date entry screen.

    3. Configure the OnSelect Property: Select the button, and in the properties pane, find the OnSelect property. Enter the following formula:

      PowerAppsCopy code
      Navigate(Screen3, ScreenTransition.Fade)

      and if you want to save information simply use 
      Submitform(your form name)
  • Verified answer
    Geeks_D Profile Picture
    Geeks_D 1,177 on at
    Re: Navigate and populate form

    Geeks_D_1-1701800979478.png

    The OnSelect of the arrow property in the gallery = Navigate(Screen3)

    The Edit form item property  on the Screen 3 Change it to BrowseGallery1.Selected 
    And the ONSuccess property of the form change to Navigate(Vehicle_Equipments)

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,532

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,050

Leaderboard