I have created a repeated table in my Power App form. The repeated table is connected to a collection that I created. The form is connected to a SharePoint list and the data collection I mentioned. I want to pull the data from the collection to my SharePoint list.
Repeated Table (data source: DefectiveCollection (collection):

OnSelect of the Add icon: Collect(DefectiveCollection,{MItem: Text(Last(DefectiveCollection).MItem + 1),RefDes:"",Quantity:"",DefectCode:Choices([@'DMR - List'].DefectCode),Comments:""})
This adds a row to the repeated table.
Is there a way that I can pull the data from the collection and have it populate to my SharePoint list?