Hi 🙂
I have a dropdown with 5 products and I have the image of the product selected.
I want the image to change when I select a new product.
The quick solution was to insert the 5 images and change de property VISIBLE of each one of them:
Visible = If( Dropdown1.Selected.Value = "Product1"; true; false)
But I want PowerApps to go to the folder and brings me the image with the same name of the dropdown. Is it possible?
Thanks 🙂
Image = Lookup(Datasource, NameOfFile = Dropdown1.Selected.Value, VALUE)
User | Count |
---|---|
122 | |
87 | |
87 | |
75 | |
66 |
User | Count |
---|---|
215 | |
180 | |
136 | |
96 | |
82 |