Hi
I've searching in many posts in the forum and couldn't get some clear answer about what I need.
I have a unique data source (List from Sharepoint) this list has 45 columns (Information about the user and about family), I created 2 forms, one to add the user information and the other to add the information about the family.
I just added the different fields related to every group (user, family) to each form, the form that gets the information about the user works right, but the form to save the information about family just works like an independent form and creates a new record only with the fields that has the form.
I want to save the users information and then go to the second form and add the information about the family to the same record(user). I found some information about Patch function but I'm not sure if this is the solution to my problem.
Don't know how to select the last record submitted in the form 1, trigger it to the form 2 add the information and save it or if it's possible to.
Thanks for the help.