
Announcements
Hi all, I'm lacking idea on how to proceed with my flow. Here is the flow idea:
Form with the option to attach a file (and it is not a required upload)
Convert the answers from forms to a PDF (String)
Send an email with one or both PDFs when someone upload an attachment.
So far when the flow reaches the send email function it comes with 2 pdfs attached however the PDF upload on forms shows as corrupted.
To the pdf uploaded in forms I used array. However to create the pdf with answers I used string. I've seem in another post how to convert array to string so I believe it's here the error is coming from.
This is the first part. I created the condition IF a file is uploaded as you can see below:
Then the Yes/No condition. If no, the flow just continues, if Yes:
After this, is when I convert the array to string, and also create the PDF file from the answer from forms:
Not sure if I was clear but I have possible 2 PDS that are supposed to be send by email. One is uploaded in forms, the other is created with flows using string with the answers of the same form.
Any feedback I'd really appreciate it. Thanks!