I am trying to open a PDF in Adobe Acrobat. I am passing the file path in the argument for the open application activity but it does not bring me to my file, it takes me to some kind of menu page.
Any work around for this?
I am trying to open a PDF in Adobe Acrobat. I am passing the file path in the argument for the open application activity but it does not bring me to my file, it takes me to some kind of menu page.
Any work around for this?
hi,
change your “Open Application” for a Start process.
then as Inputs:
FileName : path to Acrobat Reader .exe
Arguments: filepath to your file
That worked!
Thank you