Hi All,
Is me again on that I face some issues on validation when doing my Loan Devices Management Apps.
I have done some of the basic validation for the text box but find difficult when come to Date and Signature field.
1. I would like to do a validation that when user selected a today or later date only allow the save button clickable.
- When the date is not select, Save Icon is Grey and when the date is selected, Save icon will be clickable and Blue.
- But I want to put an extra validation is when the date match some only the Save icon is clickable. For example, only today or later date is selected.


2. I would like to do a Signature validation that when user have sign on the Signature Pen Input Box only allow the Save button clickable.
**Save Icon colour will change form Grey to Blue

Save Icon Display Mode Properties
If(IsBlank(DataCardValue12_1.Text) || IsBlank(DataCardValue13_1.Text) || IsBlank(DataCardValue2.Text) || IsBlank(DataCardValue14_1.SelectedDate) || IsBlank(DataCardKey15_1.Text),Disabled,Edit)
Save Icon On Select Properties
Set(
varPenInput_1,
Substitute(
JSON(
PenInput_1.Image,
JSONFormat.IncludeBinaryData
),
"""",
""
)
);
If(SubmitForm('Loan Other Item Form'), Navigate('Browse Screen',ScreenTransition.Fade));
Kindly advice and your help is appreciated.
Thanks
Power App Newbie