Hi everyone,
I'm trying to use openAI connector with Power Automate, but my token is not saved when I clicked on save (in my connector)
at the first time, I tought it was a kind of security to not allow someone to retrieve my key, but when I start my flow, it returned me the following error message:
You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://beta.openai.com.
But, I'm pretty sure of what I'm doing,

In api Token, I copy/past key, generated from https://beta.openai.com/account/api-keys
But when I clicked on save, the pop closed without taking in account the key I passed it (I tried to generate other keys to be sure, but the issue is still the same)