Hello,
I am fairly new to PowerApps, so bear with me...
I am building a little shop and I am stuck on this little problem.
As you can see in the attachment below ("product home page") I show the products available. On press it then needs to change to show information of the product (see attachment "Product info part"). However, I would like the card being pressed to be the only one to change. Right now, all of them change on press.
I am using buttons for the squares, and setting a variable to false onSelect to make the visibility false.
They are in a gallery connected to a Sharepoint list, where the information is for each product is stored. Adding to the cart is working fine (though you can add multiple of the same if it exists in the cart).
Any help would be welcomed.