Hi All,I just started using Blueprism, we have a requirement to call API with OAuth 2 authentication. I'm trying to get a POC going using WebServices - Oauth 2.0 VBO to make a request like below
When i submit the request, i do not get any result...
The action that i have is OAuth 2.0 Request which makes the call to get the token and then make a call to get the result. i found that the problem is with using client credential type we need to pass scope which is not possible using this action in V...