Hello,
I followed these instructions Capture A Signature With Power Apps Pen Input And Save To SharePoint - (matthewdevaney.com) to have a signature show on an image from a pen input. I am submitting the form and am able to reset the pen input but cannot figure out how to reset the image when I submit the form. Any ideas?
Thank you for your quick answer. Does the onsucess field go into play when the form is submitted? The reason I am asking is because I have multiple parts of the form on one screen and I go through the form with the next button.
Hi @Techy1234 ,
Please try below.
select image control and
UpdateContex({pic1:pen_Signature_Customer.Image})
on reset/ submission UpdateContext({pic1:Blank()})
Thanks
Abhi
If you use SubmitForm, then on success will trigger if the record is saved successfully, otherwise OnFailure triggers. If you are using Patch, then add the Reset after the Patch statement.
Thanks for your reply. When I type in the first part in image
UpdateContext({Diagram_3:Pen_Diagram.Image})
I am getting an error that behavior function is a non behavior property.
For the second part, I have added that at the end on my submit button and it is still not clearing the image.
Thanks. I tried it and it resets the pen signature but it doesn't reset the image that is reflecting the pen signature.
I have an image on my main form that when clicked on takes you to another screen where you do the pen input. Then once you click accept it takes you back to the form screen and there is an image that shows the signature/
In the image field of the image and I have pensig.image. I am able to reset the actual pen signature that is on the other screen but when that is reset it doesn't change the image on my main screen.
Hope the screenshots will work for you. I have the image control
Thanks
Abhi
Please give a thumbs up or accept as a solution if I answered your question.
Here you went wrong. Check the screenshots I shared.
User | Count |
---|---|
251 | |
102 | |
94 | |
47 | |
37 |