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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Problem with Save the ...
Power Apps
Unanswered

Problem with Save the Signature Image on Dataverse

(0) ShareShare
ReportReport
Posted on by 45

Hello guys,

 

I have a problem with save my signature Image on Dataverse. 

 

I can save the "signature image" on Dataverse, but when i call back the image with the signature then the image is cut.

 

I don't know why, when the image saved on dataverse automatic is cut.

 

GeorgeBenda_1-1663685924218.png

The first photo is before the save.

 

And after is this 

GeorgeBenda_2-1663686008193.png

The second photo is the after.

 

If i opened from the dataverse with save image as is the same.

 

In image properties the Image position is fit. (i have try and the fill and i have the same problem)

 

I need your help pls.

 

I can find something else to solve this problem. 

  • Akash17 Profile Picture
    Super User 2024 Season 1 on at
  • AhmedSalih Profile Picture
    6,680 Moderator on at

    Hello, @GeorgeBenda, You seems like you are using Canvas app to save and retrieve the signature, right? Can you share some screenshots of your Image Control properties. Also, Just to make sure the the full signature is being saved into the dataverse, check the records from the Advanced Find and see and download the image and see how it looks.

     

     

    If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more.


    I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends.


    Visit my Blog: www.powerplatformplace.com


     

     

     

     

  • Gowri Halan Profile Picture
    262 on at

    @GeorgeBenda Are you using new image attribute in Dynamics 365 ? If so see below limitation.

    https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/image-attributes?view=op-9-1 

    gowrihalan04_0-1663777399189.png

     

  • Ram Prakash Duraisamy Profile Picture
    5,891 Super User 2026 Season 1 on at

    Hi @GeorgeBenda 

     

    You can try below code to upload image from canvas PowerApps to Dataverse in Image column.

     

     

    Set(_addfile,JSON(Image16.Image,JSONFormat.IncludeBinaryData));Set(_base64File,Mid(_addfile,Find(",",_addfile)+1,Len(_addfile) - Find(",",_addfile)-1)); Set(_upload,false);Patch(Expenses, Defaults(Expenses), {'Receipt Image':{Value:Image16.Image,Full:Image16.Image}, Name:User().FullName, Types: LookUp('Expense Types', 'Expense Type Name'=ListBox1.Selected.'Expense Type Name'), amount: TextInput1.Text}); Reset(ListBox1); Reset(TextInput1);

     

    If(IsEmpty(Errors(Expenses)

     

    Navigate(success

     

    Notify(First(Errors(Expenses)).Message);

     

    Please mark as Answer if it is helpful and provide Kudos

     

     

    Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA

    Follow me on Twitter : @rampprakashd

    Blog : https://microsoftcrmtechie.blogspot.com

    );),),age));

  • GeorgeBenda Profile Picture
    45 on at

    It's good. But i don't understand where i put this code. Maybe you can help ?

  • GeorgeBenda Profile Picture
    45 on at

    Hello, I send you the image settings. In save button i save from this image the signatute. 

    Send you and the code for save.

     

    Patch( 
             Agreements,
             First(Filter(Agreements, 'No.' = Ag_No_Value.Text)),
             {'Distinctive Τitle': DinstTitle_Value.Text},
             {'Customer Signature': SignatureImage.Image},
             {IsSpae: SPAE_toggle.Value},
             {Description: DescTemplate_Value.Text},
             {Account: If(ChangeCustomer, ChangeCustomer_Cmbx.Selected)},
             {Address: If(ChangeCustomer, ChangeAddress_Cmbx.Selected.'Address (customeraddressid)')}
    );

     

    Thanks for the help!

     

    GeorgeBenda_0-1663834389672.png

    GeorgeBenda_1-1663834437629.png

    GeorgeBenda_2-1663834474787.png

    GeorgeBenda_3-1663834535405.png

    GeorgeBenda_5-1663834562933.pngGeorgeBenda_6-1663834575377.png

     

     

     

     

  • GeorgeBenda Profile Picture
    45 on at

    In dataverse the image is cut. I have download it from the dataverse and i see is cut. I think the problem is when save the image to dataverse. No when i called it back on my app.

  • GeorgeBenda Profile Picture
    45 on at

    I have use this source to create my signature. 

    https://www.matthewdevaney.com/capture-a-signature-with-power-apps-pen-input-and-save-to-sharepoint/

    I have copied this example but i don't use to save the power automate. I use the function "Patch".

    The save is done. But the image is cut.

  • Akash17 Profile Picture
    Super User 2024 Season 1 on at

    Could you please try on image
    If(Fromsearch, searchAgreement.'Customer signature'. Full)...?

  • GeorgeBenda Profile Picture
    45 on at

    Now is the image is ok. But If i download the photo from the dataverse is cut. For now i am ok. But maybe in feature i have problem? Maybe when i will want to upload the signature on pdf or something like that.

     

    Thank you! 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard