Hi @FabianPowerAppM,
Could you please tell me if you something edit grid for you to display/edit data?
Do you want to update the stock quantity once the user clicks the remove button?
I would suggest you add a Gallery or combine a Gallery with an edit form, whatever.
If you have a Gallery display all the data, I would suggest you insert the remove button and set the OnSelect as below:
Patch(List,ThisItem,{Stock:Value(ThisItem.Stock)-1})
Just give more details if the above could not solve your problem.