Hi, we managed to go around the issue, by creating a sequence dedicated to logging into Lastpass cli, which uses the Use App/Browser activity to physically launch the Powershell application, then it uses send text activities to send the login command and the masterpassword. Once this is done, another sequence takes over which uses the Invoke Powershell activity to run lpass status command, to monitor login status and launch the login sequence if logged out, and lpass show command, to request relevant credentials.
We had tried to use the Use App/Browser before, but we did not have UiPath Studio installed in the environment, so when we tried it, the applications’ instance wasn’t being found.