Skip to main content

Notifications

Power Apps - Community Calls Conversations
Unanswered

How I get an "Add Picture With Image" button to work?

(0) ShareShare
ReportReport
Posted on by 8
I'm very new to Power Apps. I'm trying to populate a screen with data from a collection variable. The picker button works for the most part. I want to load the Image with the image in the collection. I tried this:
If( Not IsBlank(AddMediaButton1.Media), AddMediaButton1.Media, Not IsBlank(StepsView.Selected.Photo),StepsView.Selected.Photo, SampleImage)
This has an error that the statement is not returning an Image. However, these variations, which don't work, don't have errors:
If( Not IsBlank(AddMediaButton1.Media), AddMediaButton1.Media, SampleImage) // No Photo
If(  Not IsBlank(StepsView.Selected.Photo),StepsView.Selected.Photo, SampleImage) // No Media
I have no control of the Button.Media. I can't set it, I can "Reset" it. Can I change "Photo" to something compatible with Media?
  • RM-13111543-0 Profile Picture
    RM-13111543-0 8 on at
    How I get an "Add Picture With Image" button to work?
    Your solution likes a lot like the original. The error on both is:
    Expected Image value.
     
  • mmbr1606 Profile Picture
    mmbr1606 10,059 on at
    How I get an "Add Picture With Image" button to work?
    hey
     
     
     
    can u try to use this:
    If(
        Not IsBlank(AddMediaButton1.Media),
        AddMediaButton1.Media,
        Not IsBlank(StepsView.Selected.Photo),
        StepsView.Selected.Photo,
        SampleImage
    )
    
    if it worked please mark my answer as verified,
     
     
    cheers

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #9 Get Recognized…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,867

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,161

Leaderboard

Featured topics