I am trying to pass an image uploaded from PowerApps to a Flow (and ultimately insert it into a Word Template). The last parameter in my flow is an Image, as shown below:

When I try to run the Flow via OnSelect of a button, the last argument accepts only a Record and not an Image:

Did I do something wrong while creating the flow?