I am a complete beginner at Power Apps. Please help me. I have a gallery called GalProduct_2 in which I have: Products: - in TitleProduct_2 Text Input Box: ProductQty_2 Increment Button : Button1_2
The data source is ca;;es StoresProducts and is a Shorepoint list.
The gallery is flexible in the number of Items and input boxes it shows. If I have 5 products, I show 5 input boxes and 5 buttons. I wan when the user clicks on the button to increment the value in the input box by 1 But just that box. I got it so it increments all values by 1 Please make the steps real easy please. If the solution works I will pay $20 by PayPal Thank you!
I would also appreciate it if you could verify my answer. To do so, you need to check "Does this answer your question?" at the bottom of my reply with the solution.
Each SharePoint list has a unique column ID (it is just not visible by default), so everything should work fine. The only extra suggestion is to put Filter in the first formula, but it is not mandatory
Also note, that in order for OnVisible property to work while you're testing the app you need to start testing from some other screen and then navigate to the screen with gallery.
In my sharepoint table the 1st column is the stores, the 2nd column is the product, something like...store1-product1, store1-product2, store2-product2, so each store has a unique mix of products. I filter by store to get my mix of products. Do I need to change my table to make it work?
Show the code that you have. Are you using ThisRecord to identify the row?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.