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 / Canvas app to capture ...
Power Apps
Answered

Canvas app to capture and save handwritten ipad notes

(2) ShareShare
ReportReport
Posted on by 289
We have a huge model driven app to manage our clients and their investments. 
Lots of documents associated with each client is saved through the app on SharePoint. 
I now have a request from the CEO who frequently visits big clients. She wants an app on her tablet, to capture her handwritten tablet notes, and save it to the client's folder in SharePoint. 
I know I can create a new document through the model driven app, for instance Word, and it will open up Word in the browser, then she can add a 'drawing' for the handwritten notes, and it will be stored in SharePoint. But this is a bit too fidgety for her. 
Is there a way that I can create a canvas app where she only has to select the client, and it will open a 'page' for her to write on with a stylus, and then it is saved to our document repository when she is done? There must be a way, but I just can't think of it now. 
Any suggestions?
Categories:
I have the same question (0)
  • Suggested answer
    Anujjain Profile Picture
    20 on at
    Yes, you can create a streamlined Canvas App for the CEO using the Pen Input control in PowerApps to capture handwritten notes and save them directly to the client’s folder in SharePoint.
  • timl Profile Picture
    36,715 Super User 2026 Season 1 on at
    Hi Hilda Steyn 
     
    As Anujjain correctly says, the Pen Input control captures handwritten notes.
     
     
    The easiest way to use this control is to connect it to an image column in a SharePoint list.
     
    If you want to the save the image to a folder in SharePoint, you'll need to create a Power Automate flow. The high level steps would be to convert the Pen Input image to a base64 string by calling the JSON function.
     
    Set(varPenInputImage, JSON(PenInput1.Image, JSONFormat.IncludeBinaryData))
     
    From within your flow, you would use the 'Ask in PowerApps' action to get the base64 image string, and use a Compose action to convert it to binary.
     
    base64ToBinary(triggerBody()['base64Image'])
     
    You can then call the 'Create file' action from the SharePoint connector, and specify your SharePoint site, folder, and target file name.
     
    This should hopefully be enough to get you started.
  • Verified answer
    Hilda Steyn Profile Picture
    289 on at
    I found the meeting notes app from RezaDorrani. I am going to try and smooth out the few problems as I with that, as it is perfectly suited and so much more than what I wanted. Thanks. 
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard