Hi,
I want to have a pen input to collect a signature, check if the penInput is empty or blank and doing some flows actions. I try this https://powerusers.microsoft.com/t5/General-Discussion/How-do-you-determine-if-Pen-Input-is-blank/td-p/84079 from @Shanescows on a form called when you are on a list SharePoint and it's working great! But when i create my application and want to use it, it's not really work.
To understand why i have this problem, i create two inputs to check my values :
- TextInput2 → On the default data, i set my var BlankImage (created on my EditScreen1 on parameter "OnVisible" with
UpdateContext({BlankImage : MyDoodles.Image}))
- TextInput4 → On default data, i set the value MyDoodles.Image.
When I run my application, you can see two blobmanager URLs, where blue line is for my TextInput4 and the other for TextInput2 (my PenInput is empty, I haven't written anything on but i have 2 different URLs).

I don't want to let my user use or click on any button, his job is to sign my form, write some information in and valid his form. After my function check if the penInput is empty or not and doing some actions in terms of the response.
Thanks for your help.