Hello everyone
M trying to make small store app, but faced a problem
I want to open detailed info from gallery and then by clicking a button change quantity of chosen item.
When m trying this formula, data change only in first line in table, others no any change,
when m trying this formula it not modificates cells but create new line with value in qty cell
Patch(Table1;Gallery1.Selected; {qty: Value(Gallery1.Selected.qty) + Value(TextInput1.Text)})
Please advice how to make it change any selected line