Hello together,
at the moment I am working on a PowerApp for inventory management.
I have a sharepoint list "Electrical components" as datasource where all existing electrical components are stored.
In powerapps i created a gallery (Gallery 1), which acts as a "shopping cart" for the warehouseman. The items in Gallery1 are Collection "colShoppingcart" When he gets an order he should go to this screen and add the corresponding nuber of components needed to the "shopping cart".
When he is done he should click on a button to submit the removal from stock.
Here is the point, where I need the patch function:
I need the Sharepoint List to update the stock for all items that where removed from the warehouse.
So I need a function for the On-Select of my submit button.
Can anyone help me with a function that works on my case?
Thanks a lot!