I am creating a Power Apps Canvas app. In this app I have a form that creates an item in a SharePoint list using a button: OnSelect "SubmitForm(Form1)". this creates the item but I want to also attach the consents of a table. The table data is stored in a collection and I want the data in the collection added to the item the form just created. I have an empty column in the SharePoint side called "Table Data" and I need to put the collection data into that items column
I have tried using the patch function but I'm not sure how to select the item the form just created. I can select the right SharePoint list but I'm not sure how to select the item.