This is my first App, so it is a silly question
Currently when I click on Update button, only one record is updated, how to update all of them, here is the formula
Patch(QTIES,
{ID:TextBox3.Value
,DATE:DatePicker1.Value,name:TextBox3.Value,
INSTQTY:Value(LabelQTY.Text)
})
