Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

App Image not showing anymore

(2) ShareShare
ReportReport
Posted on by 14
Hi everyone,
 
I have an App that gets the image of the App using this code : 
 
IfError(PowerAppsforMakers.GetApp(ThisItem.IdURL).properties.backgroundImageUri, Blank(), PowerAppsforMakers.GetApp(ThisItem.IdURL).properties.backgroundImageUri)
 
I have the App URL in a Sharepoint list and it was working for the last months but now is like that property disappeared from the GetApp.
 
Any idea how to fix it now?
  • Suggested answer
    frestl3r Profile Picture
    17 on at
    App Image not showing anymore
    FYI - yesterday we just found out by "stumbling across" it, that it seems to be working (fixed) again without any doing and work on our side or manual updates of our affected apps. Looks like that someone at Microsoft has seen and found out the issue(s) as well and silently fixed it 🤔😅

    Edit: Our DSE contact mentioned that the issue was caused maybe by the New Analysis Engine which was set to generally available (GA) on 25th July (the day where we have seen the issues with the app logo images)...
  • frestl3r Profile Picture
    17 on at
    App Image not showing anymore
    Same issue appearing in all of our apps in all environments since Tuesday morning!
     
    All of our apps are created via our standardized Canvas App template which has in default for each screen the setting for an image control called "imgHeadeLogo_X" inside a header container to use the image by the value of the property "backgroundImageUri" via the Power Apps Maker Connector (Action GetApp) which is stored (alongside all the other properies and details) internal in a record variable called "recAppSettings" but this is not working anymore because the value response for this property is "Blank":
     
    Meanwhile we have implemented a workaround for all our affected apps for the "Visible" property on the image control to check first if the property "backgroundImageUri" has "Blank" value or not to prevent showing an empty image:
    !IsBlankOrError(recAppSettings.PADetails.properties.backgroundImageUri)
    

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >