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?