I am working on a process that takes images in as Forms attachments, and using workflow to process the images and put them into a formatted Word Document. I am using the code here To convert my images into Base 64 and referenced this article on how to put it into the word document.
The problem I am having is that the file upload field in Forms is creating documents that are the image, not keeping the uploaded file as an attachment. The Download Electronic Document tool in my find entries/for each entry loop fails because the document does not have an attached electronic document.
How do setup the file upload in forms so that I can have the attachments in the right format to be able to pull them into the workflow for processing?