So I am sure I am missing something extremley simples.
I have gotten camera images to save to onedrive using the flow and using the binaryurl function though I get a completley different output from the pen input and causes an error.
The output is something like the following appres://blobmanager/35a97be05ac54cd89fa30f2c4f1ab696/8 I have no idea on what to do with this and cannot find a solution for some reason. Any help?
Solved! Go to Solution.
Hi @IrnBruMuffin,
Here is a documentation about how to patch Pen Input to Excel file step-by-step, please take a look:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/tutorial-working-with-images-in-excel
Regards,
Mona
Hi @IrnBruMuffin,
Here is a documentation about how to patch Pen Input to Excel file step-by-step, please take a look:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/tutorial-working-with-images-in-excel
Regards,
Mona
An easy and multi-purpose solution is found to add pen-input to Sharepoint/Email/PDF by utilizing the addition of a PowerApps Json functionality added on 02/05/2019.
The Short description on how to make this work is to save the pen input image in a JSON format asking the JSON function to include Binary Data:
Set( PenVar, JSON( PenInput1.Image,JSONFormat.IncludeBinaryData ) );
See here for details: https://iiu.dk/2019/10/12/powerapps-pen-input/
User | Count |
---|---|
140 | |
136 | |
77 | |
75 | |
69 |
User | Count |
---|---|
224 | |
186 | |
68 | |
63 | |
57 |