Hi @vlp24,
Do you want to submit multi forms to generate a single record in your SharePoint List?
Could you please share a bit more about your scenario?
To save multi forms to generate a single record, you need to use Patch():
Patch(ListName,
<here is the fomrula you set for Item property of each Form>,
'General Info Form'.Updates,
File.Updates,
'Feedback 1'.Updates,
'File Setup Form'.Updates,
'Feedback Review Form'.Updates
)
Note that the above formula is to edit an existing record, you should specific a special record in each form.
Generally, we will have a Gallery to display all the records and once you select one record in Gallery, it could navigate you to the form, where you could edit the Gallery selected record. In this situation, we set the Item property of each form as:
Gallery.Selected