Fairly new to PA, but hoping that someone has an answer for this.
I created a flow that populates a sales estimate in an Excel (online) sheet. Then it is converts to a PDF file (OneDrive convert file).
There is a 2nd file that needs to be sent with it (depending on the selected product being quoted) , their IDs are in a small table I look up.
To do the following.
- initialize a variable (AttachmentArray),
- I then do a OneDrive (Get File Contents),
- Then append it to the array.
- Next I do a Get File Contents of the PDF I created (from OneDrive)
- Append that to the Array
- Lastly, I send the email using the Array.
I can a send the document via email without problems. Either via the Array or directly.
But when I try and send 2 documents, one is always blank.
But it also seems to be the newly created PDF file that was created in the PA flow. The static brochure documents come through ok
2nd attachment is blank when I tried to open it