I would like to combine 2 arrays in the attachments section of a Send an Email (V2) action in my flow. The first array is "varPDF" which is a word document that is saved on OneDrive and is convert to PDF. The word document is populate from a template and pulls information from a SharePoint List item. The second array is "varAttachments" where it loops through the record that was selected in a PowerApps gallery and attaches all images to the array.
The flow works when I attach just a single array to the Send an Email (V2) action, but I need to attach both arrays so the PDF and all attachments from the record are in the email.
This is the error I get when attaching both arrays. See error message below.
See attached for more information from my flow.