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?
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.