Hi everyone I hope you're doing well,
I've built a flow in which I have a simple power app as a trigger, then a populate word document step and after that a step to convert the populated document into pdf and lastly a step to send an email. Here is the structure :
I have an image field to populate in the word document and I gave it as a parameter askinpowerapps, but when I run the flow in the power app I get this error : The image is not of type PNG or JPG. Please provide an image of type PNG or JPG.
I know that power apps only returns me the reference to a cached image, not the image itself. But I have no idea how to directly get the image object from the power app, is it hidden somewhere in the app so I can access it ?
PS: My image is in a SQL Server table and was declared this way :
And whenever I add a new item through the power app to this table, I upload an image file as well and it is stored like this in my table :
Can anyone help me with this please I'll highly appreciate
Thanks in advance !