Hi,
My app has a pen input which is acting as a signature field. I need to detect if there is actually a signature inside the the pen input. How can i do this?
I have tried checking for the following property
IsBlank(PenInput_Supervisor.Image)
However it will always return true even when i have not drawn anythign inside the pen input.