Jump to content

Recommended Posts

Posted

I'm new to PowerApps, i've just started playing with it over the last couple of days.

I've made an app from a SharePoint list.

The idea of the app is to enable users to add items to the list, but with a more friendly user interface with fields spread across multiple screens.

I've created the app, the screens and added everything to it. I'd now like to have one final submit button on the last screen which will send all the info captured from the previous screens to the SharePoint list (all added to the same record).

 

I've been battling with the patch command to do this.

 

This is what I have on my submit button, can someone please tell me what I'm doing wrong?

 

My data source is called "Trip Request". My screens are called Trip details, Staff, Students, Costs, CostsContinued, Funding and Authorisation

 

Thank you.

 

Patch(Trip Request),Defaults(Trip Request),Trip Details.Updates,Staff.Updates,Students.Updates,Costs.Updates,CostsContinued.Updates,Funding.Updates,Authorisation.Updates);Navigate(Success, ScreenTransition.None)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...