I have a Power Apps Screen with half-a-dozen New Form templates on it.
Each new form is submitting data to a separate SharePoint List. All of the lists have a 'UniqueID', 'FirstName', 'LastName', 'FullName' column for relational-continuity.
I have submit buttons for each form; However, seems to me, I should be able to submittal all the forms at the same time with the click of one button, yes?
I've got all the submit requests lined-up in the 'Client Data' submit button. Will what I am showing below achieve my goal of Patching new data to each of the lists and allow that data to be retrieved based on the 'UniqueID' included? This allowing me to remove the other six submit buttons?