Using Patch and Submit button

Iron Contributor

Hey, 

 

I have a multi-screen app setup that functions as an entry/edit for a list. I've set up the Patch function in OnSave to handle this, but when editing it just submits a new entry...I'd like it to edit the existing. 

 

Here is my function:

 

Patch('Traffic Processing Requests',Defaults('Traffic Processing Requests'),Screen1.Updates,Screen1_1.Updates,Screen1_2.Updates,Screen1_3.Updates,Screen1_4.Updates,Screen1_5.Updates,Screen1_6.Updates, Form1.Updates);Exit(false)

Thanks for any help.

1 Reply