Hello,
I'm trying to merge 2 documents using variables but the syntax is not working. Its recognizing the 2 variables as one text even though the delimiter , is used.

The error message:
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: File '[here was the combined file pats]' doesn't exist
at Microsoft.Flow.RPA.Desktop.Modules.PDF.Actions.MergePDFFilesAction.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
Syntax used in PDF Files: %PDF_1%,%PDF_2%
Any thoughts on this?