Hi there. I am new to PowerApps and still very much trying to find my way around.
I have created a shopping cart app for use when ordering PPE items. The app uses 3 SharePoint lists. One that contains the information to populate the gallery, one that contains the parent record for the order with the users name, total items ordered and comments, and the final one stores the child records of the items ordered. When the order is placed I have set it to send an email to the purchasing team with the detail orders.
The problem I'm having is with passing data to the SharePoint list, well only one of them. My app is passing the data to the parent list, it populates all of the correct fields however, the actual items ordered are not being entered into the other SharePoint list. I have attached copies of my code if anyone could point out my error or point me in the right direction that would be great. I feel I'm almost there with this.
I have put an order into the system and attached screenshots of the two lists one with the details in and then the empty list that I think should have the ordered items as well as the code I am using for this.