Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Suggested answer

Model Driven App - Image column does not copy

(0) ShareShare
ReportReport
Posted on by 81
I built a copy command in a Model Driven app.  The command successfully copies all the fields in the original record to the new record, except for the image field.  Does anyone know if there is something special I need to do to copy an image?
  • Suggested answer
    Mark Nanneman Profile Picture
    989 Super User 2025 Season 1 on at
    Model Driven App - Image column does not copy
    If you use the Power FX command in a Model-Driven App you unfortunately can't copy the image column.  It has to do with how Dataverse stores and references the Image file.  You CAN do it with a JavaScript Command button in Model-Driven Apps, however. 
     

    If you want to stay low code you can, as SaiRt14 suggested, do this in Power Automate.  You'd just have your command button update a special column on the record, and a flow that is set to run on that column being updated for a record would trigger, then that flow creates a new record, downloads the image from the original, uploads the image to the new one, etc.
     
    If this helped you, please click "Does this answer your question" and give it a like to help others in the community (+ close the ticket)!

    Power Platform Developer | LinkedIn: Mark Nanneman | Blog: Power Stuff  | YouTube: Mark's Power Stuff  |

     
  • CE-16101943-0 Profile Picture
    81 on at
    Model Driven App - Image column does not copy
    Is there a way to trigger a power automate flow in a model driven command?
  • Suggested answer
    SaiRT14 Profile Picture
    1,988 Super User 2025 Season 1 on at
    Model Driven App - Image column does not copy
    In Model-Driven Apps using Dataverse, copying an image field from one record to another can be a bit tricky because image fields (primary image or additional image columns) are handled differently than standard fields.
     
    Image fields in Dataverse store binary data. They are not directly accessible like text or numeric fields in some operations. You need to explicitly retrieve the image data and set it for the new record.
     
    Power Automate can be used to handle image copying as part of the "copy record" logic.
     
    let me know if you need steps in power automate.

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 > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 770 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 494

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 399