Has anyone else had success creating attachments with IPA flows?
I'm attempting to create a flow that can create a DocumentInterfaceInvoice record that includes a PDF document located on the LM server.
The flow can successfully grab the PDF from the LM server with a file access node, but I'm running into an issue with file encoding. The file is attached to the DocumentInterfaceInvoice but is corrupted; I suspect due to character encoding.
On a call with Infor, an IPA developer suggested using using file:// and the path to the file instead of the outputData from the file access node. I've tried this and it appears to be just stuffing thaat path string as binary into a pdf file.