Hello,
We've been attempting to launch a local powershell script from the "Launch External App" feature of the windows desktop app without any success.
We know our PS1 works when run manually outside of RingCentral, but it appears RC app isn't hitting, or isn't liking any of the various paths we tried. Below are samples of things we tried (notice the usage of quotes in the examples.)
C:UsersUser NameDocumentsRingCentralScriptIncomingCall.ps1 1231231234 %P %F %l %D
"C:UsersUser NameDocumentsRingCentralScriptIncomingCall.ps1 1231231234 %P %F %l %D"
'C:WindowsSysWOW64WindowsPowerShellv1.0powershell.exe -file "C:UsersUser NameDocumentsRingCentralScriptIncomingCall.ps1 1231231234 %P %F %l %D"'
"C:WindowsSysWOW64WindowsPowerShellv1.0powershell.exe -file 'C:UsersUser NameDocumentsRingCentralScriptIncomingCall.ps1 1231231234 %P %F %l %D'"
C:WindowsSysWOW64WindowsPowerShellv1.0powershell.exe -file "C:UsersUser NameDocumentsRingCentralScriptIncomingCall.ps1 1231231234 %P %F %l %D"
C:WindowsSysWOW64WindowsPowerShellv1.0powershell.exe -file 'C:UsersUser NameDocumentsRingCentralScriptIncomingCall.ps1 1231231234 %P %F %l %D'
Any suggestions?