Hello! I was trying to Patc the signature date with the signature, I have the Now() formula on the Date Signature, but what I really want is when there is a signature the signature date will be automatic, I really appreciate if someone can help me....
Solved! Go to Solution.
Try to put this on DefaultDate property
If(IsBlank(Signature.Datacard),
Parent.Default,
Now())
Try to put this on DefaultDate property
If(IsBlank(Signature.Datacard),
Parent.Default,
Now())
Works well, but I want the date appears when the filed signature wasn't empty
*Field
User | Count |
---|---|
252 | |
101 | |
94 | |
47 | |
37 |