Hello! I am attempting to patch a collection. I am able to patch correctly, however it only submits one of the rows rather than all of the rows in the collection. I am unsure what I am doing wrong! Anyone have any helpful advice?
Patch Code
Patch('Material Requests', Defaults('Material Requests'),
{
ItemDescription:Item_Description.Text,
Quantity:Quantity.Text,
PurchasedFrom:Purchased_From.Text,
PartSerialNumber:'Part/Serial_Number'.Text,
JobComplete:ti_Complete.Selected
}
)
The App

The SP List
