Is there a way to “if/else” which image displays when using the ‘Image’ common widget? So if requirement is met then use the ‘Image’ common widget to show image A else show image B?
asked
Robert Walker
1 answers
1
Use conditional visibility for that. You can then use a boolean attribute or a microflow to determine which of the images it should show. Or you could us a microflow as source for the dataview that retrieve the right picture to show.