How to input an array of PDF file paths

Hello to all experts, please kindly help.

I’m trying to use Join PDF Files activity to merge two of my PDF files into one. Which requires me to input FileList(An array of PDF file full paths).

Please kindly find my two PDF file paths as below:
First file: “C:\User\Desktop\” + str_number + “.pdf”
Second file: “C:\User\Desktop\” + str_date + “.pdf”

Regarding the OutputFileName, am I allow to input as file path?

@Marcellee,

Pass it like this.

{“C:\User\Desktop\” + str_number + “.pdf”, “C:\User\Desktop\” + str_date + “.pdf”}

Thanks,
Ashok :slightly_smiling_face:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.