
Announcements
Hi I am newbie in PowerApps and I am making a food app, in which I have menu screen in which I have couple of items and their description which is a list I created on SharePoint now I want to make a dropdown button below description in which I want choices like "small-medium-large" and when I click on small it shows me a text of its price and when on medium it shows me a text of its price, there are many items and many descriptions how can I make that please can someone help me from scratch! THANKS in advance! I am adding images of my app interface and SharePoint list
Hi I am also pretty new but I would work out the data model first. I.e. I think you probably need two SharePoint lists: one for the 'food items' and one for the 'price list' which has the size, price and uses a lookup to get the food item and description. Once you do that you can connect to the 'price list', look up the food item, show the size choices in a drop down and show the price depending on which size is selected. I hope this makes sense.