Hello,
I am currently working on a process to write a PDF file name to a specific folder and name its filename as its process ID. For some reasons the process ID is gestting lost at the end of the process so when it created pdf file, its name comes with a "-1" instead of the process ID.
I tried to record the process and see that every thing is workfing fine but as soon as after it flatten the pdf and write it to a folder, its name got changed to "-1". Since it does not show any errors in the log file so I am not sure what is wrong with it.
Can any one please advise on how to fix this issue.
Thank you in advance,
Han