Hi everybody
I try to create a automated solution for tracking my working hours.
I have therefore built a powerapps app where I can fill in a signature using PenInput.
I transfer the PenInput via Office365.SendEmail() to my inbox. A rule in my inbox sends the mail automatically to a subfolder in my inbox. Whenever a new mail arrives in this subfolder, my flow gets triggered.
It seems that everything works fine but one little detail always lets my flow fail: The action card in flow "Populate a Microsoft word template" is not able to fill the attached file in the placeholder in the template because it says, it is no png. When I was running the flow for testing I added a compose card to see what the content of the attachment is. My finding is, that it was of Content type: image / png.
I try to substitute the content type "image/png" by the content type "png", but I don't know how to do that.
Please help me.
This is my flow (works fine without attaching a picture from powerapps)

Here is my error warning. Saying:

Here is my approach to transform the email attachment to a variable. However, I want to change the content type to png.

Thanks
Peter