SAP Builders Discussions
Join the discussion -- ask questions and discuss how you and fellow SAP Builders are using SAP Build, SAP Build Apps, SAP Build Process Automation, and SAP Build Work Zone.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to draw Signature in SAP Build apps

karthiknagireddy
Explorer
0 Kudos

Dear All, 
Good day,

I have developed a application in Build apps. My requirement to capture the signature of the end user in the signature canvas.

I have verified in the market place and found the signature component available in the market place. But unable to implement in the UI canvas.

Any assistance/guidance on this requirement is highly appreciated.

Thank you in Advance.sign in build apps.png

 

2 REPLIES 2

Dan_Wroblewski
Developer Advocate
Developer Advocate

The flow function works on mobile only and essentially will create an image for you that is stored in cache of the mobile device. You can easily display the signature by adding an image component and setting its "Source" to the path field of the output of the "Draw Signature" flow function.

Here I have a button and an image components, with a logic flow for button tap.

Dan_Wroblewski_0-1711519027773.png

For the set page variable for the variable connected to the image, I set the page variable to the path of the signature.

Dan_Wroblewski_1-1711519091433.png

Here's the app.

IMG_5806.PNG

Open the draw component and sign.

IMG_5807.PNG

Now it appears in the image.

IMG_5808.PNG

You can treat it like an image file and upload it somewhere or move it on the phone or whatever.

Hope that helps.

 




--------------
See all my blogs and connect with me on Twitter / LinkedIn

karthiknagireddy
Explorer
0 Kudos

Dan, Thank you so much for the assistance.

Solution is working in my application.