web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / If-statement for image...
Power Apps
Answered

If-statement for images and Stream video

(0) ShareShare
ReportReport
Posted on by 5

Hi all,

 

I have a parameter in my app to set the language. It holds either "NL" or "EN" and the correct text displays from a SharePoint list. I'm having trouble doing the same trick for images and video.

 

Example of what works: for text in buttons I'm using the following code to change the text based on the language parameter:

 

 

If( 
gblLanguage = "NL" ,
"Mijn applicaties" ,
"My applications"
)

 

 

I have uploaded 2 images in my apps media with the names "officecomhomenl" and "officehomecomen".  Next I've added an image on the app canvas and used a similar formula:

 

 

If( 
gblLanguage = "NL" ,
"officecomhomenl" ,
"officehomecomen" 
)

 

 

The problem is that the image doesn't load.. If I erase the If-statement and just fill in "officecomhomenl" or the EN variant, everything the image is displayed just fine. The same goes for a stream video where i make the URL field dependant on the parameter value as well...

 

Any help here would be greatly appreciated! 😁

 

PS: I did find this topic on the forums but the situation here is a bit different I believe.

Categories:
  • Verified answer
    flugaoveltem Profile Picture
    217 on at

    Hi @jdg 

    You need to use simple quotes:

     

    If( 
    gblLanguage = "NL" ,
    'officecomhomenl' ,
    'officehomecomen' 
    )

     

     

  • jdg Profile Picture
    5 on at

    Hey @flugaoveltem I feel embarrassed and happy at the same time. Thanks a lot 🙂

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard