Invoking a global async method in code stage
Hello, I developed an async method in my Blue Prism object's initial page (global code): static async Task<string> GetAuthenticationResponseAsync() { ... } The method returns a string value. Now, I need to invoke this method in th...