How to configure Merge PDFs activities?

Hello,

I’m trying to use the Merge PDFs on the Document Understanding group of Activities but i can’t manage to set it up properly, specifically the output configuration:
image
image

Can some one help out with this?

Hi,

Can you try to use PathExists activity as the following?

Or LocalResource.FromPath method will also work.

image

 {LocalResource.FromPath("c:\temp\test.pdf")}

Regards,

Thank you very much.