I have a excel file which has a list of images in and i'm trying to show them dynamically.
I can specify in the Image field what image to load, as below
If(ClubList.Selected.Brand="Brand1", Brand1,
Switch(ClubList.Selected.Site,
"Site1", Site1,
"Site2", Site2
)
)
But trying to load them dynamically doesn't show any images, other than the Brand1 image. I've tried
If(ClubList.Selected.Brand="Brand1", Brand1,
ClubList.Selected.BGImage
)

Report
All responses (
Answers (