Hi all,
I have a Flow that gets attachments from a SharePoint list, creates PDFs out of them using the Adobe convert image to PDF action. The number of list items and attachments will vary.
Now I need to use the Adobe Merge PDFs action to merge all of these PDFs.
It needs to be dynamic.
I've tried adding the file contents to an array like in this guide and then dropping the array into the File Content part of the Merge PDFs, but I get the error:
"For application/pdf mime-type The input file appears to be corrupted and cannot be processed."
Has anyone done anything similar?