Hi
@Diego Coscolla,
I'm not sure I understand your question. The Google Sheets VBO uses a Client ID and Client Secret that are set as Environment Variables in the BP environment. Personally, I think that was a bad design decision. It should really just take a user ID as input and then pull details from Credential Manager, but that's just me.
However, the Sheets VBO captures client ID and secret on every action because it's creating a new instance of the Google Sheets Service object on every request. You could change that such a single instance of the Sheets Service is created on the first action of the VBO and then you store it as a global value. Then subsequent requests could use that same instance. I haven't tested this, but I think it would work. Is that what you're looking for?
Cheers
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------