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.
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:
Add a Button to the Gallery:
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.
Configure the OnSelect Property: Select the button, and in the properties pane, find the OnSelect property. Enter the following formula:
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)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.