cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Image from a folder

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 🙂

1 REPLY 1
cds
Impactful Individual
Impactful Individual

Image = Lookup(Datasource, NameOfFile = Dropdown1.Selected.Value, VALUE)

Helpful resources

Top Solution Authors
Top Kudoed Authors
Users online (3,731)