Hi there,
I've been looking through the forums but I haven't really been able to find an answer to my problem.
I am currently creating an application in PowerApps that allows the user to take pictures and send them to an email address in a word document.
I have a flow set up using a "Populate Word" function and a Word template with "Picture Content Control" image spaces defined in it. I use the "Add Picture" function in PowerApps to take pictures and then use the .Run() command via a button to populate the word document through Flow.
I can successfully add text to the document by using the .Text extension. But the .Image extension doesn't seem to work as the Flow execution fails and gives me the "Image is not .png or .jpg format" error.
This is what I'm using: 'Name_Flow'.Run(TextInput.Text, UploadedImage1.Image);
Am I using the wrong extension, or how does this work? I am new to PowerApps.
KR,
Niels