Hi All,
I have an app with 7 forms to collect data from one SPO list, which I would like it to update that item in the app.
PA does not support submitting multiple forms, so I am in need of a way to submit all forms after all 7 are filled out.
Example:
1) App opens, showing a dropdown selection of regions
2) I choose a region and I get a listing of all locations in that region
3) I choose a location and it shows EditForm1
4) Editform1 has weekday amounts, I changed the submit button to Navigate(EditForm2)
EditForm2 has weeknight amounts, I changed the submit button to Navigate(EditForm3)
Editform3 has weekend amounts, I changed the submit button to Navigate(EditForm4).
5) Editform 7 has the submit button, where I would like to patch() updating the current record in the app.
I am trying to use Patch(), but I can only figure out how to insert a new row into the list, not update all columns of the current item from my forms.
Any and all help would be greatly appreciated.
TIA,
Joe