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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Image doest appear aft...
Power Apps
Unanswered

Image doest appear after i click button save

(0) ShareShare
ReportReport
Posted on by

I have a problem, when I will save and save button, my image does not come out, please help to fix this,
I wrote on the button and on the "OnSelect" feature

I have tried using .media or .image, but error


Patch('Asset Management - Evan',Defaults('Asset Management - Evan'),{ Title:txtTitle_1.Value, Quantity:txtQuantity_1.Value, Status:txtStatus_1, Details:txtDetails_1.Value, Person:cmbPerson_1.Selected , Image:AddPicture1.Image});
Navigate(scrNotif,ScreenTransition.Fade);
UpdateContext({varScreenVis:false})

Categories:
I have the same question (0)
  • AmínAA Profile Picture
    1,228 Super User 2025 Season 2 on at

    Greetings!

     

    Well as far as I can read, you don't seem to have any error in your code, but just to be clear, you should check first that your AddPicture1.Image is indeed an image type

    AmnAA_0-1718190459642.png

    And if it is indeed an image type, you should then check your table to make sure that images columns are actually enabled in it, and to be sure try to upload one directly, to see if it works.

     

    Let me know if this helped or if you need any more help!

  • AmínAA Profile Picture
    1,228 Super User 2025 Season 2 on at

    Oh, by the way, there are various ways to achieve the same result. Here I'll just put some where instead of defaults I do an update instead of a creation!

     

    Patch(
     'your table',
     LookUp('your table', ID='your id'),
     {
     'column with image': AddMediaButton1.Media
     }
    )
    
    Patch(
     'your table',
     LookUp('your table', ID='your id'),
     {
     'column with image': PenInput1.Image
     }
    )
    
    Patch(
     'your table',
     LookUp('your table', ID='your id'),
     {
     'column with image': Camera1.Photo
     }
    )

     

     

  • eevnxx Profile Picture
    on at

    Greetings!

     

    The type is correct image, but when it is saved, the image is blank

    and I don't know why, the (.Image) method doesn't exist in my place, there is only (.Media)

    Thank you for your attention

    adssss.PNG
  • eevnxx Profile Picture
    on at

    btw this is what I wrote on the "onselect" button, because I want to add new data to a form

  • AmínAA Profile Picture
    1,228 Super User 2025 Season 2 on at

    If  you pay close attention to the image you've uploaded, the data type is text, so it will never populate an image column!

    AmnAA_0-1718264053947.png

    AmnAA_2-1718264329454.png

     

     

    When creating an AddImage item, you typically get 3 items, a group container, an AddMediaButton and the UploadedImage . . .

    AmnAA_1-1718264143282.png

     

    AddMediaButton1 will have the property Media, which is the text direction of the image, while Uploaded Image1 will have the property Image, which IS the Image property you want to save to a column!

     

    This should solve your problem, however feel free to contact me for more info on this again!

  • AmínAA Profile Picture
    1,228 Super User 2025 Season 2 on at

    Hi there @eevnxx!

     

    Just checking out if this got solved for you, or if you need any more help with this!

     

    Best regards.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 361

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard