Hello, I am relatively new to Power Appa but am learning quickly. I am currently working on an app for managing our first aid inventory. I have a share point list (Inventory) where the columns include: Item, Expiration, QTY and PAR.
I have built a Gallery with the data from share point and have added 2 buttons, a plus and minus. I can get the buttons to add or subtract from the QTY by using Patch() but this is oftentimes slow to change the number in the app.
I am looking for a way to have the buttons add or subtract from the QTY number and then update the Share Point List once another button Confirm Changes) is clicked. I have toyed around with collect() but cannot get it to work.
Any help is greatly appreciated.