Hello Community,
I have a Stock Management app in place that keeps stock of multiple assets.
SharePoint Database List:

In the app I have a form were user input data and stores this data in a collection displayed in a gallery so that if needed user will be able to submit multiple lines at one time.

OnSelect of submit button at this moment:
ForAll(vAssetHO, UpdateIf('Asset Management', Model = Dropdown1.Selected.Result, {Quantity: Quantity - Value(DataCardValue6.Text)}))
I am not receiving any errors in the formula but the stock quantity it is not getting updated (subtract input quantity).
Would appreciate any help!
Thank you in advance for your support!