Is it possible to have an incoming AR invoice image( pdf) and use ION to correctly attach that PDF to the corresponding ReceivableInvoice. Assumptions would be that the invoice data itself has already been loaded and interfaced so it would exist and that my file name would come in the format of customer_invoice.pdf.
Is there a way in a data flow to "grab" that PDF, parse the file name in a script maybe and then use the ReceivableInvoiceAttachment API to attach that pdf? Getting the script to parse the name is straightforward, but I'm not sure how to utilize my output variables of customer and invoice in the data flow later on.
Any help is appreciated thank you!