Good morning all!
I'm trying to use PowerApps to manage my inventory for product ordering, delivery, and restocking, but I'm not sure how to accomplish this in PowerApps.
I have two SharePoint lists I use, one is for pulling in the order information ("Order Information") and the other is referencing the inventory overall ("Inventory Information").
At the moment I have a form for submitting the status change for an order to the order information SP list, but I need it to also update the inventory overall list with the new amount once the item is delivered. I need it to filter the inventory overall list to match only the item that it being updated, and then either subtract (delivery) or add (restock) to that item.
Does anyone know how I can manage this?
Thank you!