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 / Signature functionalit...
Power Apps
Unanswered

Signature functionality for my App

(0) ShareShare
ReportReport
Posted on by 43

Hello Community.

In my Asset app, I have two fields for SignIn and Signout which work fine using pen input.

1) For permanent assets, the user signs for the item (Signout) and this works fine.

2)For temporary assets, the user has to sign for the item (Signout) and this fine as well. However when they return the asset, they are supposed to again sign against the item (SignIn). But when they sign in, the original sign out signature is removed. 

The code to save both sign in and sign out signatures is embedded on the same Save button. 

 

SignOut functionSet(varBlobOut,JSON(signout_Signiture.Image,JSONFormat.IncludeBinaryData))

SignIn function:     Set(varBlobIn,JSON(signin_Signiture.Image,JSONFormat.IncludeBinaryData))

 

This the code on the save icon: OnSelect;

If(IsBlank('AssetTracker'.signed_out),Set(varBlobOut,JSON(signout_Signiture.Image,JSONFormat.IncludeBinaryData)),Set(varBlobIn,JSON(signin_Signiture.Image,JSONFormat.IncludeBinaryData)));SubmitForm(Form2_1)
 

what I want to happen when I Save. 

if the signed-out column in SharePoint has data, the Signout function is ignored and only the SignIn function is executed.

I will appreciate assistance to have this working!

 

frank90_0-1712312451326.png      frank90_1-1712313222853.png

 

 

 

Categories:
I have the same question (0)
  • JasonZF Profile Picture
    572 on at

    What do you have as the defaults for both of the signature datacards in your form as well as the update properties? My guess is when signing in the asset, the sign out field is being updated with a blank variable or something.

  • frank90 Profile Picture
    43 on at

    The default value for each data card is pointing to their default SharePoint list column.
    ThisItem
    .signed_in and ThisItem.signed_out.

     

    On the second point, that is exactly what happens. What i want is; if there is data in SharePoint's sign out column, only update the blank records rather than the entire record.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard