PDF Activities error

I have installed the UiPath package: UiPath.PDF.Activities, in order to create a workflow that will merge/join pdf files in a single file, displayed as pages. I have created a simple workflow but I keep having an error and I don


't know what I am doing wrong. Can you help me please?

It is saying FileList (it’s an array value) not provided. please check once

Hi @Paduretu_Claudiu_Florin

You need not use For Each File in Folder in order to join the PDF files, you can directly user Join PDF Files and in FileList you need to pass {"filename1.pdf","filename2.pdf"}.

You need to pass all the PDF files you want to join.

Regards

Hey @Paduretu_Claudiu_Florin try this logic it help you to join pdf’s in one
the variable is Arrayofstring type which holds the folder where the pds are stored.

cheers

1 Like

Welcome to the community

To begin with - you can use the attached working file for your reference where i have included all the requested details

Let us know if you need more details

JoinPDF.zip (4.0 MB)