
Announcements
Hi
I am saving Pen Input data from powerapps screen to Sharepoint list as Binary data.
Can I export the Pen Input Binary Data as image in excel format by using PowerAutomate?
When I save the penInput, using this function in OnSelect Property.
Set(varBlob,JSON(PenInput1.Image,IncludeBinaryData));Set(varBlob2,JSON(PenInput2.Image,IncludeBinaryData));SubmitForm(Form1_1)
Regards